neo4jrb-paperclip 0.0.2.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 938e84da26cccfcda597a8ef02c46903e056da3a
4
- data.tar.gz: 83d59d9d5ce6bf7f29dda2e6a4cd8c00afaebdf5
3
+ metadata.gz: 8972b990f6be68a1bb9ee25c14b0e27de65bbce9
4
+ data.tar.gz: 7b4b1ffd6371bc66118926b3d68a6c1acc8c1db0
5
5
  SHA512:
6
- metadata.gz: 04562bf3c8f400e23d974ae55174798cd6a21edf7cb1065e5f06da6737c01ec511909bfcf045f6b8b3293ac5a3e3f3be37812bad7504162a61dfa49f8009df22
7
- data.tar.gz: 6cdb56749bfc3d5969e63498f2b098279fa74ddd66e75da6ff3d3de570d992c52e38b345f5819a3789469946536e8d190f6098c4e2cdb168cfadbd7792890e6c
6
+ metadata.gz: 2c6bf4cb2341fdf2ec7952fa77878031c6310b7112911d2a3c07aae5f44ab4fd562e877ea49eec14127dbb25f345ae7f155b3fffe464491c05dc542f5c0f733e
7
+ data.tar.gz: 854e1cc935846247c4b2af6e0f30508a92a634fb585a5831ee88b6824ced4b49f652f0623ae5b468be033a80c248396dd6f49910786cc1cc644fdb2995051c7f
@@ -0,0 +1,2 @@
1
+ == 0.0.3
2
+ * Relaxed gemspec requirements. Just use a kind of modern version of the Neo4j Ruby gem.
@@ -0,0 +1,96 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ neo4jrb-paperclip (0.0.3)
5
+ neo4j (> 3.0.0.alpha.8)
6
+ paperclip (~> 4.0)
7
+
8
+ GEM
9
+ remote: http://rubygems.org/
10
+ specs:
11
+ actionpack (4.1.8)
12
+ actionview (= 4.1.8)
13
+ activesupport (= 4.1.8)
14
+ rack (~> 1.5.2)
15
+ rack-test (~> 0.6.2)
16
+ actionview (4.1.8)
17
+ activesupport (= 4.1.8)
18
+ builder (~> 3.1)
19
+ erubis (~> 2.7.0)
20
+ active_attr (0.8.4)
21
+ activemodel (>= 3.0.2, < 4.2)
22
+ activesupport (>= 3.0.2, < 4.2)
23
+ activemodel (4.1.8)
24
+ activesupport (= 4.1.8)
25
+ builder (~> 3.1)
26
+ activesupport (4.1.8)
27
+ i18n (~> 0.6, >= 0.6.9)
28
+ json (~> 1.7, >= 1.7.7)
29
+ minitest (~> 5.1)
30
+ thread_safe (~> 0.1)
31
+ tzinfo (~> 1.1)
32
+ builder (3.2.2)
33
+ climate_control (0.0.3)
34
+ activesupport (>= 3.0)
35
+ cocaine (0.5.4)
36
+ climate_control (>= 0.0.3, < 1.0)
37
+ erubis (2.7.0)
38
+ faraday (0.9.0)
39
+ multipart-post (>= 1.2, < 3)
40
+ faraday_middleware (0.9.1)
41
+ faraday (>= 0.7.4, < 0.10)
42
+ httparty (0.13.3)
43
+ json (~> 1.8)
44
+ multi_xml (>= 0.5.2)
45
+ httpclient (2.5.3.3)
46
+ i18n (0.6.11)
47
+ json (1.8.1)
48
+ mime-types (2.4.3)
49
+ minitest (5.4.3)
50
+ multi_xml (0.5.5)
51
+ multipart-post (2.0.0)
52
+ neo4j (4.0.0.rc.1)
53
+ active_attr (~> 0.8)
54
+ activemodel (~> 4)
55
+ activesupport (~> 4)
56
+ neo4j-core (~> 3.1.0)
57
+ orm_adapter (~> 0.5.0)
58
+ railties (~> 4)
59
+ neo4j-core (3.1.0)
60
+ activesupport
61
+ faraday (~> 0.9.0)
62
+ faraday_middleware (~> 0.9.1)
63
+ httparty
64
+ httpclient
65
+ json
66
+ net-http-persistent
67
+ os
68
+ zip
69
+ net-http-persistent (2.9.4)
70
+ orm_adapter (0.5.0)
71
+ os (0.9.6)
72
+ paperclip (4.2.0)
73
+ activemodel (>= 3.0.0)
74
+ activesupport (>= 3.0.0)
75
+ cocaine (~> 0.5.3)
76
+ mime-types
77
+ rack (1.5.2)
78
+ rack-test (0.6.2)
79
+ rack (>= 1.0)
80
+ railties (4.1.8)
81
+ actionpack (= 4.1.8)
82
+ activesupport (= 4.1.8)
83
+ rake (>= 0.8.7)
84
+ thor (>= 0.18.1, < 2.0)
85
+ rake (10.4.2)
86
+ thor (0.19.1)
87
+ thread_safe (0.3.4)
88
+ tzinfo (1.2.2)
89
+ thread_safe (~> 0.1)
90
+ zip (2.0.2)
91
+
92
+ PLATFORMS
93
+ ruby
94
+
95
+ DEPENDENCIES
96
+ neo4jrb-paperclip!
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -3,7 +3,7 @@
3
3
  Gem::Specification.new do |gem|
4
4
 
5
5
  gem.name = 'neo4jrb-paperclip'
6
- gem.version = '0.0.2.2'
6
+ gem.version = '0.0.3'
7
7
  gem.authors = 'Leo Lou, Chris Grigg'
8
8
  gem.email = 'louyuhong@gmail.com, chris@subvertallmedia.com'
9
9
  gem.homepage = 'https://github.com/subvertallchris/neo4jrb-paperclip'
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = %x[git ls-files -- {spec}/*].split("\n")
16
16
  gem.require_path = 'lib'
17
17
 
18
- gem.add_dependency 'neo4j', ['~> 3.0.0.alpha.8']
18
+ gem.add_dependency 'neo4j', ['> 3.0.0.alpha.8']
19
19
  gem.add_dependency 'paperclip', ['~> 4.0']
20
20
 
21
21
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4jrb-paperclip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leo Lou, Chris Grigg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-18 00:00:00.000000000 Z
11
+ date: 2014-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: neo4j
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">"
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.0.0.alpha.8
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.0.0.alpha.8
27
27
  - !ruby/object:Gem::Dependency
@@ -44,9 +44,12 @@ executables: []
44
44
  extensions: []
45
45
  extra_rdoc_files: []
46
46
  files:
47
+ - CHANGELOG
47
48
  - Gemfile
49
+ - Gemfile.lock
48
50
  - LICENSE
49
51
  - README.md
52
+ - Rakefile
50
53
  - lib/neo4jrb_paperclip.rb
51
54
  - neo4jrb-paperclip.gemspec
52
55
  homepage: https://github.com/subvertallchris/neo4jrb-paperclip
@@ -69,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
72
  version: '0'
70
73
  requirements: []
71
74
  rubyforge_project:
72
- rubygems_version: 2.2.2
75
+ rubygems_version: 2.4.3
73
76
  signing_key:
74
77
  specification_version: 4
75
78
  summary: Neo4jrb::Paperclip enables you to use Paperclip with Neo4j.rb