From 09f57cd106e1e149ac1936e5d7aeda310851e38f Mon Sep 17 00:00:00 2001 From: Brian Underwood Date: Sun, 2 Nov 2014 14:10:09 +0100 Subject: [PATCH] Use newer version of neo4apis --- Gemfile.lock | 6 +++--- neo4apis-github.gemspec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 50c46eb..19fc345 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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/ @@ -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) diff --git a/neo4apis-github.gemspec b/neo4apis-github.gemspec index d1efb47..7a871e4 100644 --- a/neo4apis-github.gemspec +++ b/neo4apis-github.gemspec @@ -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" @@ -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