Skip to content

Commit

Permalink
Merge with original.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdvdijk committed Sep 8, 2012
2 parents 0a1dcaa + faf7f0c commit 0292553
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
script: "bundle exec rake neo4j:install['enterprise','1.8.M06'] neo4j:start spec --trace"
script: "bundle exec rake neo4j:install['enterprise','1.8.M07'] neo4j:start spec --trace"
language: ruby
rvm:
- 1.9.3
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
json
multi_json
os
rake (>= 0.8.7)
rake
rubyzip

GEM
Expand All @@ -22,15 +22,15 @@ GEM
multi_xml (0.5.1)
net-http-spy (0.2.1)
os (0.9.6)
rake (0.8.7)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.1)
rspec-expectations (2.10.0)
rake (0.9.2.2)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
rspec-mocks (2.11.2)
rubyzip (0.9.9)

PLATFORMS
Expand All @@ -40,5 +40,5 @@ PLATFORMS
DEPENDENCIES
neography!
net-http-spy (= 0.2.1)
rake (~> 0.8.7)
rake
rspec
2 changes: 1 addition & 1 deletion lib/neography/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Neography
VERSION = "0.0.30"
VERSION = "0.0.31"
end
4 changes: 2 additions & 2 deletions neography.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Gem::Specification.new do |s|

s.add_development_dependency "rspec"
s.add_development_dependency "net-http-spy", "0.2.1"
s.add_development_dependency "rake", "~> 0.8.7"
s.add_development_dependency "rake"
s.add_dependency "httparty", ">= 0.8.1"
s.add_dependency "rake", ">= 0.8.7"
s.add_dependency "rake"
s.add_dependency "json"
s.add_dependency "os"
s.add_dependency "rubyzip"
Expand Down

0 comments on commit 0292553

Please sign in to comment.