neo4jrb-paperclip 0.0.3 → 0.0.4

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: 8972b990f6be68a1bb9ee25c14b0e27de65bbce9
4
- data.tar.gz: 7b4b1ffd6371bc66118926b3d68a6c1acc8c1db0
3
+ metadata.gz: 0983da698e6eb332c038b1c075cbea66721dd3a3
4
+ data.tar.gz: 98f0e9901f6d23b24760c9f00cbbdad88b179d99
5
5
  SHA512:
6
- metadata.gz: 2c6bf4cb2341fdf2ec7952fa77878031c6310b7112911d2a3c07aae5f44ab4fd562e877ea49eec14127dbb25f345ae7f155b3fffe464491c05dc542f5c0f733e
7
- data.tar.gz: 854e1cc935846247c4b2af6e0f30508a92a634fb585a5831ee88b6824ced4b49f652f0623ae5b468be033a80c248396dd6f49910786cc1cc644fdb2995051c7f
6
+ metadata.gz: 5f1f1078e7053ab2e54a744bd66cb8b2ed68e2184dc134149d182a19c194f2ee78c703a3757cf011f57ce888b41f83b45e18dffe14a75e18baf6abc033e5a905
7
+ data.tar.gz: 1f13fa5827f34e831ddd00cd41b409954980ccd32e44b5a7102c8bce8d90b5b6450a7117bd44c8eb531265cf9507ddbaff6fa0d790cbcaf29fb106b7aafdce6f
@@ -0,0 +1 @@
1
+ pkg
data/CHANGELOG CHANGED
@@ -1,2 +1,5 @@
1
+ == 0.0.4
2
+ * Allow both paperclip 4 and 5 (thanks @jacob-ewald / see #6)
3
+
1
4
  == 0.0.3
2
5
  * Relaxed gemspec requirements. Just use a kind of modern version of the Neo4j Ruby gem.
@@ -1,96 +1,85 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neo4jrb-paperclip (0.0.3)
4
+ neo4jrb-paperclip (0.0.4)
5
5
  neo4j (> 3.0.0.alpha.8)
6
- paperclip (~> 4.0)
6
+ paperclip (>= 4.0)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
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)
11
+ activemodel (5.0.1)
12
+ activesupport (= 5.0.1)
13
+ activesupport (5.0.1)
14
+ concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ i18n (~> 0.7)
29
16
  minitest (~> 5.1)
30
- thread_safe (~> 0.1)
31
17
  tzinfo (~> 1.1)
32
- builder (3.2.2)
33
18
  climate_control (0.0.3)
34
19
  activesupport (>= 3.0)
35
- cocaine (0.5.4)
20
+ cocaine (0.5.8)
36
21
  climate_control (>= 0.0.3, < 1.0)
37
- erubis (2.7.0)
38
- faraday (0.9.0)
22
+ colored (1.2)
23
+ concurrent-ruby (1.0.4)
24
+ faraday (0.9.2)
39
25
  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)
26
+ faraday_middleware (0.10.1)
27
+ faraday (>= 0.7.4, < 1.0)
28
+ faraday_middleware-multi_json (0.0.6)
29
+ faraday_middleware
30
+ multi_json
31
+ httpclient (2.8.3)
32
+ i18n (0.8.0)
33
+ json (2.0.3)
34
+ mime-types (3.1)
35
+ mime-types-data (~> 3.2015)
36
+ mime-types-data (3.2016.0521)
37
+ mimemagic (0.3.2)
38
+ minitest (5.10.1)
39
+ multi_json (1.12.1)
51
40
  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)
41
+ neo4j (8.0.6)
42
+ activemodel (>= 4.0, < 5.1)
43
+ activesupport (>= 4.0, < 5.1)
44
+ neo4j-core (>= 7.0.0)
57
45
  orm_adapter (~> 0.5.0)
58
- railties (~> 4)
59
- neo4j-core (3.1.0)
60
- activesupport
46
+ neo4j-core (7.0.3)
47
+ activesupport (>= 4.0)
61
48
  faraday (~> 0.9.0)
62
- faraday_middleware (~> 0.9.1)
63
- httparty
49
+ faraday_middleware (~> 0.10.0)
50
+ faraday_middleware-multi_json
64
51
  httpclient
65
52
  json
66
- net-http-persistent
53
+ multi_json
54
+ neo4j-rake_tasks (>= 0.3.0)
55
+ net-http-persistent (~> 2.9.4)
56
+ neo4j-rake_tasks (0.7.10)
57
+ colored
67
58
  os
68
- zip
59
+ rake
60
+ ruby-progressbar
61
+ rubyzip (>= 1.1.7)
69
62
  net-http-persistent (2.9.4)
70
63
  orm_adapter (0.5.0)
71
64
  os (0.9.6)
72
- paperclip (4.2.0)
73
- activemodel (>= 3.0.0)
74
- activesupport (>= 3.0.0)
75
- cocaine (~> 0.5.3)
65
+ paperclip (5.0.0)
66
+ activemodel (>= 4.2.0)
67
+ activesupport (>= 4.2.0)
68
+ cocaine (~> 0.5.5)
76
69
  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)
70
+ mimemagic (~> 0.3.0)
71
+ rake (12.0.0)
72
+ ruby-progressbar (1.8.1)
73
+ rubyzip (1.2.0)
74
+ thread_safe (0.3.5)
88
75
  tzinfo (1.2.2)
89
76
  thread_safe (~> 0.1)
90
- zip (2.0.2)
91
77
 
92
78
  PLATFORMS
93
79
  ruby
94
80
 
95
81
  DEPENDENCIES
96
82
  neo4jrb-paperclip!
83
+
84
+ BUNDLED WITH
85
+ 1.14.3
@@ -3,7 +3,7 @@
3
3
  Gem::Specification.new do |gem|
4
4
 
5
5
  gem.name = 'neo4jrb-paperclip'
6
- gem.version = '0.0.3'
6
+ gem.version = '0.0.4'
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'
@@ -16,6 +16,6 @@ Gem::Specification.new do |gem|
16
16
  gem.require_path = 'lib'
17
17
 
18
18
  gem.add_dependency 'neo4j', ['> 3.0.0.alpha.8']
19
- gem.add_dependency 'paperclip', ['~> 4.0']
19
+ gem.add_dependency 'paperclip', ['>= 4.0']
20
20
 
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4jrb-paperclip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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-12-08 00:00:00.000000000 Z
11
+ date: 2017-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: neo4j
@@ -28,14 +28,14 @@ dependencies:
28
28
  name: paperclip
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '4.0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '4.0'
41
41
  description: Neo4jrb::Paperclip enables you to use Paperclip with Neo4j.rb
@@ -44,6 +44,7 @@ executables: []
44
44
  extensions: []
45
45
  extra_rdoc_files: []
46
46
  files:
47
+ - ".gitignore"
47
48
  - CHANGELOG
48
49
  - Gemfile
49
50
  - Gemfile.lock
@@ -72,9 +73,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
73
  version: '0'
73
74
  requirements: []
74
75
  rubyforge_project:
75
- rubygems_version: 2.4.3
76
+ rubygems_version: 2.6.8
76
77
  signing_key:
77
78
  specification_version: 4
78
79
  summary: Neo4jrb::Paperclip enables you to use Paperclip with Neo4j.rb
79
80
  test_files: []
80
- has_rdoc: