postgres-copy 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +25 -71
  3. data/postgres-copy.gemspec +1 -2
  4. metadata +3 -17
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c90a9808c66a4ba5412683ba55df5b565b9b855
4
- data.tar.gz: d3d026898db620ee2544de2f888a73cd6f89a07f
3
+ metadata.gz: 3a328003e2235ee8109a4bf5dae548d65d5d8b5e
4
+ data.tar.gz: 0169341e9fe16a65cf44338a5e8bed35f216f311
5
5
  SHA512:
6
- metadata.gz: f7ad7cfb4e702517760953a184cce7859d023f01065877d05f8aa42a08387ea078b4c7a280d19865f1e7f65d840fb386b3467c33daca0d3c10092c05bd891dfa
7
- data.tar.gz: 64b06032c8b94300c8b5727ac2e93852e3a5836e8c9ef5033435e5dc2c03e6dbfb7362b88d22419a845edaa4fcc17204a4d7d6140b50ab537845048b8f4f71f2
6
+ metadata.gz: debece2dead55d3891b5b671319bdc2bcd394bbc6868a9b6df6a33eda1dbe4b2bf9b04d4a038ff27a010a8a6fd886e766e5e58fa456329d9c08010174627d114
7
+ data.tar.gz: ca15b8aa0d82b5a38b0320bb04264bb7f3f6bdd6667c2106bac681be7849b0deee63e57527b3c7785267bf059c79e5964a5a5f899a227b052a4617fb575fffe4
data/Gemfile.lock CHANGED
@@ -1,104 +1,68 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- postgres-copy (1.1.0)
4
+ postgres-copy (1.1.1)
5
5
  activerecord (>= 4.0)
6
6
  pg (>= 0.17)
7
- rails (>= 4.0)
8
7
  responders
9
8
 
10
9
  GEM
11
10
  remote: https://rubygems.org/
12
11
  specs:
13
- actioncable (5.0.0.1)
14
- actionpack (= 5.0.0.1)
15
- nio4r (~> 1.2)
16
- websocket-driver (~> 0.6.1)
17
- actionmailer (5.0.0.1)
18
- actionpack (= 5.0.0.1)
19
- actionview (= 5.0.0.1)
20
- activejob (= 5.0.0.1)
21
- mail (~> 2.5, >= 2.5.4)
22
- rails-dom-testing (~> 2.0)
23
- actionpack (5.0.0.1)
24
- actionview (= 5.0.0.1)
25
- activesupport (= 5.0.0.1)
12
+ actionpack (5.0.1)
13
+ actionview (= 5.0.1)
14
+ activesupport (= 5.0.1)
26
15
  rack (~> 2.0)
27
16
  rack-test (~> 0.6.3)
28
17
  rails-dom-testing (~> 2.0)
29
18
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- actionview (5.0.0.1)
31
- activesupport (= 5.0.0.1)
19
+ actionview (5.0.1)
20
+ activesupport (= 5.0.1)
32
21
  builder (~> 3.1)
33
22
  erubis (~> 2.7.0)
34
23
  rails-dom-testing (~> 2.0)
35
24
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
36
- activejob (5.0.0.1)
37
- activesupport (= 5.0.0.1)
38
- globalid (>= 0.3.6)
39
- activemodel (5.0.0.1)
40
- activesupport (= 5.0.0.1)
41
- activerecord (5.0.0.1)
42
- activemodel (= 5.0.0.1)
43
- activesupport (= 5.0.0.1)
25
+ activemodel (5.0.1)
26
+ activesupport (= 5.0.1)
27
+ activerecord (5.0.1)
28
+ activemodel (= 5.0.1)
29
+ activesupport (= 5.0.1)
44
30
  arel (~> 7.0)
45
- activesupport (5.0.0.1)
31
+ activesupport (5.0.1)
46
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
47
33
  i18n (~> 0.7)
48
34
  minitest (~> 5.1)
49
35
  tzinfo (~> 1.1)
50
36
  arel (7.1.4)
51
- builder (3.2.2)
52
- concurrent-ruby (1.0.2)
53
- diff-lcs (1.2.5)
37
+ builder (3.2.3)
38
+ concurrent-ruby (1.0.4)
39
+ diff-lcs (1.3)
54
40
  erubis (2.7.0)
55
- globalid (0.3.7)
56
- activesupport (>= 4.1.0)
57
- i18n (0.7.0)
58
- json (1.8.3)
41
+ i18n (0.8.1)
59
42
  loofah (2.0.3)
60
43
  nokogiri (>= 1.5.9)
61
- mail (2.6.4)
62
- mime-types (>= 1.16, < 4)
63
44
  method_source (0.8.2)
64
- mime-types (3.1)
65
- mime-types-data (~> 3.2015)
66
- mime-types-data (3.2016.0521)
67
45
  mini_portile2 (2.1.0)
68
46
  minitest (5.10.1)
69
- nio4r (1.2.1)
70
- nokogiri (1.6.8.1)
47
+ nokogiri (1.7.0.1)
71
48
  mini_portile2 (~> 2.1.0)
72
49
  pg (0.19.0)
73
50
  rack (2.0.1)
74
51
  rack-test (0.6.3)
75
52
  rack (>= 1.0)
76
- rails (5.0.0.1)
77
- actioncable (= 5.0.0.1)
78
- actionmailer (= 5.0.0.1)
79
- actionpack (= 5.0.0.1)
80
- actionview (= 5.0.0.1)
81
- activejob (= 5.0.0.1)
82
- activemodel (= 5.0.0.1)
83
- activerecord (= 5.0.0.1)
84
- activesupport (= 5.0.0.1)
85
- bundler (>= 1.3.0, < 2.0)
86
- railties (= 5.0.0.1)
87
- sprockets-rails (>= 2.0.0)
88
- rails-dom-testing (2.0.1)
53
+ rails-dom-testing (2.0.2)
89
54
  activesupport (>= 4.2.0, < 6.0)
90
- nokogiri (~> 1.6.0)
55
+ nokogiri (~> 1.6)
91
56
  rails-html-sanitizer (1.0.3)
92
57
  loofah (~> 2.0)
93
- railties (5.0.0.1)
94
- actionpack (= 5.0.0.1)
95
- activesupport (= 5.0.0.1)
58
+ railties (5.0.1)
59
+ actionpack (= 5.0.1)
60
+ activesupport (= 5.0.1)
96
61
  method_source
97
62
  rake (>= 0.8.7)
98
63
  thor (>= 0.18.1, < 2.0)
99
64
  rake (11.2.2)
100
- rdoc (4.2.2)
101
- json (~> 1.4)
65
+ rdoc (5.0.0)
102
66
  responders (2.3.0)
103
67
  railties (>= 4.2.0, < 5.1)
104
68
  rspec (2.99.0)
@@ -109,20 +73,10 @@ GEM
109
73
  rspec-expectations (2.99.2)
110
74
  diff-lcs (>= 1.1.3, < 2.0)
111
75
  rspec-mocks (2.99.4)
112
- sprockets (3.7.0)
113
- concurrent-ruby (~> 1.0)
114
- rack (> 1, < 3)
115
- sprockets-rails (3.2.0)
116
- actionpack (>= 4.0)
117
- activesupport (>= 4.0)
118
- sprockets (>= 3.0.0)
119
76
  thor (0.19.4)
120
- thread_safe (0.3.5)
77
+ thread_safe (0.3.6)
121
78
  tzinfo (1.2.2)
122
79
  thread_safe (~> 0.1)
123
- websocket-driver (0.6.4)
124
- websocket-extensions (>= 0.1.0)
125
- websocket-extensions (0.1.2)
126
80
 
127
81
  PLATFORMS
128
82
  ruby
@@ -135,4 +89,4 @@ DEPENDENCIES
135
89
  rspec (~> 2.12)
136
90
 
137
91
  BUNDLED WITH
138
- 1.13.6
92
+ 1.14.3
@@ -5,7 +5,7 @@ $:.unshift lib unless $:.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "postgres-copy"
8
- s.version = "1.1.0"
8
+ s.version = "1.1.1"
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.required_ruby_version = ">= 1.9.3"
11
11
  s.authors = ["Diogo Biazus"]
@@ -22,7 +22,6 @@ Gem::Specification.new do |s|
22
22
 
23
23
  s.add_dependency "pg", ">= 0.17"
24
24
  s.add_dependency "activerecord", '>= 4.0'
25
- s.add_dependency "rails", '>= 4.0'
26
25
  s.add_dependency "responders"
27
26
  s.add_development_dependency "bundler"
28
27
  s.add_development_dependency "rdoc"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postgres-copy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diogo Biazus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-14 00:00:00.000000000 Z
11
+ date: 2017-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg
@@ -38,20 +38,6 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '4.0'
41
- - !ruby/object:Gem::Dependency
42
- name: rails
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '4.0'
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '4.0'
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: responders
57
43
  requirement: !ruby/object:Gem::Requirement
@@ -188,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
174
  version: '0'
189
175
  requirements: []
190
176
  rubyforge_project:
191
- rubygems_version: 2.5.2
177
+ rubygems_version: 2.5.1
192
178
  signing_key:
193
179
  specification_version: 4
194
180
  summary: Put COPY command functionality in ActiveRecord's model class