postgres-copy 0.9.2 → 0.9.3

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 +40 -46
  3. data/postgres-copy.gemspec +15 -17
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37453ddf1f6f03f6bc4447ea9c5984829f7e709a
4
- data.tar.gz: cc2c81547bfdcd23dff2a6f7ffa5da5d1a6933f5
3
+ metadata.gz: c064e83b064a962f749165e06ad83941d59a37fc
4
+ data.tar.gz: 8806085448467f19b4b3f2b26261dc162fd6848b
5
5
  SHA512:
6
- metadata.gz: 4ecffc712cd6176b788a409e1a1905a24298424045942901b4f8fbfdf6398f22ecd25edeb1a13e3fcd12278f8401d839426c7b0780e9da23e164de38256498a3
7
- data.tar.gz: 50156cb27be412acd86f6f3bdbbfe238ed8b5ad1de1de6b04f92ef45a2ce5359acfa7b9eb4da95216cffe22494f822a3a354ee5d23c9b7ec919bd6266f5e7130
6
+ metadata.gz: 418a1a28e7fea22fd33e24622441687acffd8ae1b2136667a4599db27d11118a015c37e1afa85e59339a606ebc0ce332009be20acfe7170bcc710d3b3b74b95c
7
+ data.tar.gz: 4a8a22207a55e1e55a277f8a5928aa3269fa27c2d458259c3e492e3722906b3bf7eab17b75c53f3bc5768f448e7894943a7523d43e4920e270fe28c87e75d5f8
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- postgres-copy (0.9.2)
4
+ postgres-copy (0.9.3)
5
5
  activerecord (>= 4.0)
6
6
  pg (>= 0.17)
7
7
  rails (>= 4.0)
@@ -10,36 +10,36 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionmailer (4.2.1)
14
- actionpack (= 4.2.1)
15
- actionview (= 4.2.1)
16
- activejob (= 4.2.1)
13
+ actionmailer (4.2.3)
14
+ actionpack (= 4.2.3)
15
+ actionview (= 4.2.3)
16
+ activejob (= 4.2.3)
17
17
  mail (~> 2.5, >= 2.5.4)
18
18
  rails-dom-testing (~> 1.0, >= 1.0.5)
19
- actionpack (4.2.1)
20
- actionview (= 4.2.1)
21
- activesupport (= 4.2.1)
19
+ actionpack (4.2.3)
20
+ actionview (= 4.2.3)
21
+ activesupport (= 4.2.3)
22
22
  rack (~> 1.6)
23
23
  rack-test (~> 0.6.2)
24
24
  rails-dom-testing (~> 1.0, >= 1.0.5)
25
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
26
- actionview (4.2.1)
27
- activesupport (= 4.2.1)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
+ actionview (4.2.3)
27
+ activesupport (= 4.2.3)
28
28
  builder (~> 3.1)
29
29
  erubis (~> 2.7.0)
30
30
  rails-dom-testing (~> 1.0, >= 1.0.5)
31
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
32
- activejob (4.2.1)
33
- activesupport (= 4.2.1)
31
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
32
+ activejob (4.2.3)
33
+ activesupport (= 4.2.3)
34
34
  globalid (>= 0.3.0)
35
- activemodel (4.2.1)
36
- activesupport (= 4.2.1)
35
+ activemodel (4.2.3)
36
+ activesupport (= 4.2.3)
37
37
  builder (~> 3.1)
38
- activerecord (4.2.1)
39
- activemodel (= 4.2.1)
40
- activesupport (= 4.2.1)
38
+ activerecord (4.2.3)
39
+ activemodel (= 4.2.3)
40
+ activesupport (= 4.2.3)
41
41
  arel (~> 6.0)
42
- activesupport (4.2.1)
42
+ activesupport (4.2.3)
43
43
  i18n (~> 0.7)
44
44
  json (~> 1.7, >= 1.7.7)
45
45
  minitest (~> 5.1)
@@ -49,35 +49,33 @@ GEM
49
49
  builder (3.2.2)
50
50
  diff-lcs (1.2.5)
51
51
  erubis (2.7.0)
52
- globalid (0.3.3)
52
+ globalid (0.3.5)
53
53
  activesupport (>= 4.1.0)
54
- hike (1.2.3)
55
54
  i18n (0.7.0)
56
55
  json (1.8.1)
57
- loofah (2.0.1)
56
+ loofah (2.0.2)
58
57
  nokogiri (>= 1.5.9)
59
58
  mail (2.6.3)
60
59
  mime-types (>= 1.16, < 3)
61
- mime-types (2.4.3)
60
+ mime-types (2.6.1)
62
61
  mini_portile (0.6.2)
63
- minitest (5.5.1)
64
- multi_json (1.11.0)
62
+ minitest (5.7.0)
65
63
  nokogiri (1.6.6.2)
66
64
  mini_portile (~> 0.6.0)
67
- pg (0.18.1)
68
- rack (1.6.0)
65
+ pg (0.18.2)
66
+ rack (1.6.4)
69
67
  rack-test (0.6.3)
70
68
  rack (>= 1.0)
71
- rails (4.2.1)
72
- actionmailer (= 4.2.1)
73
- actionpack (= 4.2.1)
74
- actionview (= 4.2.1)
75
- activejob (= 4.2.1)
76
- activemodel (= 4.2.1)
77
- activerecord (= 4.2.1)
78
- activesupport (= 4.2.1)
69
+ rails (4.2.3)
70
+ actionmailer (= 4.2.3)
71
+ actionpack (= 4.2.3)
72
+ actionview (= 4.2.3)
73
+ activejob (= 4.2.3)
74
+ activemodel (= 4.2.3)
75
+ activerecord (= 4.2.3)
76
+ activesupport (= 4.2.3)
79
77
  bundler (>= 1.3.0, < 2.0)
80
- railties (= 4.2.1)
78
+ railties (= 4.2.3)
81
79
  sprockets-rails
82
80
  rails-deprecated_sanitizer (1.0.3)
83
81
  activesupport (>= 4.2.0.alpha)
@@ -87,9 +85,9 @@ GEM
87
85
  rails-deprecated_sanitizer (>= 1.0.1)
88
86
  rails-html-sanitizer (1.0.2)
89
87
  loofah (~> 2.0)
90
- railties (4.2.1)
91
- actionpack (= 4.2.1)
92
- activesupport (= 4.2.1)
88
+ railties (4.2.3)
89
+ actionpack (= 4.2.3)
90
+ activesupport (= 4.2.3)
93
91
  rake (>= 0.8.7)
94
92
  thor (>= 0.18.1, < 2.0)
95
93
  rake (10.4.2)
@@ -105,18 +103,14 @@ GEM
105
103
  rspec-expectations (2.99.0)
106
104
  diff-lcs (>= 1.1.3, < 2.0)
107
105
  rspec-mocks (2.99.1)
108
- sprockets (2.12.3)
109
- hike (~> 1.2)
110
- multi_json (~> 1.0)
106
+ sprockets (3.2.0)
111
107
  rack (~> 1.0)
112
- tilt (~> 1.1, != 1.3.0)
113
- sprockets-rails (2.2.4)
108
+ sprockets-rails (2.3.2)
114
109
  actionpack (>= 3.0)
115
110
  activesupport (>= 3.0)
116
111
  sprockets (>= 2.8, < 4.0)
117
112
  thor (0.19.1)
118
113
  thread_safe (0.3.5)
119
- tilt (1.4.1)
120
114
  tzinfo (1.2.2)
121
115
  thread_safe (~> 0.1)
122
116
 
@@ -4,23 +4,21 @@ $:.unshift lib unless $:.include?(lib)
4
4
 
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = "postgres-copy"
8
- s.version = "0.9.2"
9
-
10
- s.platform = Gem::Platform::RUBY
11
- s.required_ruby_version = ">= 1.9.3"
12
- s.authors = ["Diogo Biazus"]
13
- s.date = "2013-01-31"
14
- s.description = "Now you can use the super fast COPY for import/export data directly from your AR models."
15
- s.email = "diogob@gmail.com"
16
- git_files = `git ls-files`.split("\n") rescue ''
17
- s.files = git_files
18
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
- s.executables = []
20
- s.require_paths = %w(lib)
21
- s.homepage = "http://github.com/diogob/postgres-copy"
22
- s.require_paths = ["lib"]
23
- s.summary = "Put COPY command functionality in ActiveRecord's model class"
7
+ s.name = "postgres-copy"
8
+ s.version = "0.9.3"
9
+ s.platform = Gem::Platform::RUBY
10
+ s.required_ruby_version = ">= 1.9.3"
11
+ s.authors = ["Diogo Biazus"]
12
+ s.description = "Now you can use the super fast COPY for import/export data directly from your AR models."
13
+ s.email = "diogob@gmail.com"
14
+ git_files = `git ls-files`.split("\n") rescue ''
15
+ s.files = git_files
16
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
+ s.executables = []
18
+ s.require_paths = %w(lib)
19
+ s.homepage = "http://github.com/diogob/postgres-copy"
20
+ s.require_paths = ["lib"]
21
+ s.summary = "Put COPY command functionality in ActiveRecord's model class"
24
22
 
25
23
  s.add_dependency "pg", ">= 0.17"
26
24
  s.add_dependency "activerecord", '>= 4.0'
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: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diogo Biazus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-01-31 00:00:00.000000000 Z
11
+ date: 2015-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg