record_store 4.0.4 → 4.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60e82c66b429126d4465017526729f88f32155be
4
- data.tar.gz: 93bf1a7d1518842be5e59ebf887a09d369e5d21d
3
+ metadata.gz: cd6e13662e58369d4da2901fc43f86187347638f
4
+ data.tar.gz: d4c248af64988e4674a9ea9d130286eec04ad82f
5
5
  SHA512:
6
- metadata.gz: 95b37c865521021efe5194d06b8aa1517630402be037290ee44a734bd1c619462ba38a4e988ccbb5bd0cfc082011d6467d5617fc13cf982a3830524d15beee9d
7
- data.tar.gz: a47121929400dd057e6fc3fe16632c910e43f9e712ff01942eae99e6b9aa65ce61e34e6ba761e7d05ec4bbe70f334c7dabc786aa5d34fde02066b57507821092
6
+ metadata.gz: 57f42076a634141515fc9dcf342161e40fd4fb0be50fe13bba7aa9572b7880a2b2d6391aee6a15db4084a7a0a2badbb0f1a57b91a2f8a9eaa64f3939c12ffd07
7
+ data.tar.gz: 82a8332fd955770af0cd3e67f767b9e02ae703b59afb4aeb93060829932aa8f134843da7e4d70d530b3d94241f06bcf7353f5ad86f9695deeb49ee9b242b0396
data/Gemfile CHANGED
@@ -8,7 +8,7 @@ gem 'ejson'
8
8
  gem 'fog'
9
9
  gem 'fog-json'
10
10
  gem 'fog-xml'
11
- gem 'fog-dynect', '~> 0.1.0'
11
+ gem 'fog-dynect', '~> 0.2.0'
12
12
 
13
13
  group :test do
14
14
  gem 'mocha'
@@ -1,20 +1,19 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- CFPropertyList (2.3.3)
5
- activemodel (4.2.2)
6
- activesupport (= 4.2.2)
4
+ CFPropertyList (2.3.5)
5
+ activemodel (4.2.9)
6
+ activesupport (= 4.2.9)
7
7
  builder (~> 3.1)
8
- activesupport (4.2.2)
8
+ activesupport (4.2.9)
9
9
  i18n (~> 0.7)
10
- json (~> 1.7, >= 1.7.7)
11
10
  minitest (~> 5.1)
12
11
  thread_safe (~> 0.3, >= 0.3.4)
13
12
  tzinfo (~> 1.1)
14
- builder (3.2.2)
15
- coderay (1.1.0)
16
- ejson (1.0.0)
17
- excon (0.52.0)
13
+ builder (3.2.3)
14
+ coderay (1.1.1)
15
+ ejson (1.0.2)
16
+ excon (0.57.0)
18
17
  fission (0.5.0)
19
18
  CFPropertyList (~> 2.2)
20
19
  fog (1.33.0)
@@ -44,7 +43,7 @@ GEM
44
43
  fog-atmos (0.1.0)
45
44
  fog-core
46
45
  fog-xml
47
- fog-aws (0.11.0)
46
+ fog-aws (1.4.0)
48
47
  fog-core (~> 1.38)
49
48
  fog-json (~> 1.0)
50
49
  fog-xml (~> 0.1)
@@ -53,31 +52,31 @@ GEM
53
52
  fog-core (~> 1.22)
54
53
  fog-json
55
54
  inflecto (~> 0.0.2)
56
- fog-core (1.42.0)
55
+ fog-core (1.44.3)
57
56
  builder
58
57
  excon (~> 0.49)
59
58
  formatador (~> 0.2)
60
- fog-dynect (0.1.0)
59
+ fog-dynect (0.2.0)
61
60
  fog-core
62
61
  fog-json
63
62
  fog-xml
64
63
  fog-ecloud (0.1.1)
65
64
  fog-core
66
65
  fog-xml
67
- fog-google (0.4.0)
66
+ fog-google (0.5.3)
68
67
  fog-core
69
68
  fog-json
70
69
  fog-xml
71
70
  fog-json (1.0.2)
72
71
  fog-core (~> 1.0)
73
72
  multi_json (~> 1.10)
74
- fog-local (0.3.0)
73
+ fog-local (0.3.1)
75
74
  fog-core (~> 1.27)
76
75
  fog-powerdns (0.1.1)
77
76
  fog-core (~> 1.27)
78
77
  fog-json (~> 1.0)
79
78
  fog-xml (~> 0.1)
80
- fog-profitbricks (2.0.1)
79
+ fog-profitbricks (3.0.0)
81
80
  fog-core (~> 1.42)
82
81
  fog-json (~> 1.0)
83
82
  fog-radosgw (0.0.5)
@@ -109,36 +108,33 @@ GEM
109
108
  fog-voxel (0.1.0)
110
109
  fog-core
111
110
  fog-xml
112
- fog-xml (0.1.2)
111
+ fog-xml (0.1.3)
113
112
  fog-core
114
- nokogiri (~> 1.5, >= 1.5.11)
113
+ nokogiri (>= 1.5.11, < 2.0.0)
115
114
  formatador (0.2.5)
116
- i18n (0.7.0)
115
+ i18n (0.8.4)
117
116
  inflecto (0.0.2)
118
117
  ipaddress (0.8.3)
119
- json (1.8.3)
120
118
  metaclass (0.0.4)
121
119
  method_source (0.8.2)
122
- mini_portile2 (2.1.0)
123
- minitest (5.9.0)
124
- mocha (1.1.0)
120
+ mini_portile2 (2.2.0)
121
+ minitest (5.10.2)
122
+ mocha (1.2.1)
125
123
  metaclass (~> 0.0.1)
126
124
  multi_json (1.12.1)
127
- nokogiri (1.6.8)
128
- mini_portile2 (~> 2.1.0)
129
- pkg-config (~> 1.1.7)
130
- pkg-config (1.1.7)
131
- pry (0.10.1)
125
+ nokogiri (1.8.0)
126
+ mini_portile2 (~> 2.2.0)
127
+ pry (0.10.4)
132
128
  coderay (~> 1.1.0)
133
129
  method_source (~> 0.8.1)
134
130
  slop (~> 3.4)
135
- rake (10.4.2)
131
+ rake (12.0.0)
136
132
  slop (3.6.0)
137
- thor (0.19.1)
138
- thread_safe (0.3.5)
139
- tzinfo (1.2.2)
133
+ thor (0.19.4)
134
+ thread_safe (0.3.6)
135
+ tzinfo (1.2.3)
140
136
  thread_safe (~> 0.1)
141
- vcr (2.9.3)
137
+ vcr (3.0.3)
142
138
 
143
139
  PLATFORMS
144
140
  ruby
@@ -148,7 +144,7 @@ DEPENDENCIES
148
144
  activesupport (~> 4.2)
149
145
  ejson
150
146
  fog
151
- fog-dynect (~> 0.1.0)
147
+ fog-dynect (~> 0.2.0)
152
148
  fog-json
153
149
  fog-xml
154
150
  mocha
@@ -158,4 +154,4 @@ DEPENDENCIES
158
154
  vcr
159
155
 
160
156
  BUNDLED WITH
161
- 1.12.5
157
+ 1.16.0
data/dev.yml CHANGED
@@ -17,6 +17,3 @@ commands:
17
17
  else
18
18
  bundle exec ruby -Itest "$@"
19
19
  fi
20
-
21
- packages:
22
- - git@github.com:Shopify/dev-shopify.git
@@ -1,3 +1,3 @@
1
1
  module RecordStore
2
- VERSION = '4.0.4'.freeze
2
+ VERSION = '4.0.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: record_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.4
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Willem van Bergen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-11-06 00:00:00.000000000 Z
12
+ date: 2017-12-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor