Skip to content

Commit

Permalink
Use newer version of neo4apis
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Nov 2, 2014
1 parent 15e5f32 commit 09f57cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
neo4apis-github (0.0.4)
neo4apis-github (0.1.0)
github_api (~> 0.12.2)
neo4apis (~> 0.1.0)
neo4apis (~> 0.2.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
neo4apis (0.1.0)
neo4apis (0.2.0)
faraday (~> 0.9.0)
neo4j-core (~> 3.0.4)
neo4j-core (3.0.4)
Expand Down
4 changes: 2 additions & 2 deletions neo4apis-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
s.name = "neo4apis-github"
s.version = '0.0.4'
s.version = '0.1.0'
s.required_ruby_version = ">= 1.9.1"

s.authors = "Brian Underwood"
Expand All @@ -18,7 +18,7 @@ A ruby gem using neo4apis to make importing github data to neo4j easy
s.require_path = 'lib'
s.files = Dir.glob("{bin,lib,config}/**/*") + %w(README.md Gemfile neo4apis-github.gemspec)

s.add_dependency('neo4apis', "~> 0.1.0")
s.add_dependency('neo4apis', "~> 0.2.0")
s.add_dependency('github_api', "~> 0.12.2")

end

0 comments on commit 09f57cd

Please sign in to comment.