hekate 0.1.0.pre13 → 0.1.0.pre14

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: 74031e3a7506d660a1450af8f784f4ab998ef921
4
- data.tar.gz: 0a5d66f0626a9d31a34f67efd4ef1e85a4c9a017
3
+ metadata.gz: 7b9236f4d63147d3c6ffae37066b9d1f24f5a897
4
+ data.tar.gz: 711c8f4c626be1b9ec7c52d11e1dd0b4568fcaba
5
5
  SHA512:
6
- metadata.gz: b90f77d865e61d519d35903963f9f3fa11321b1b5eb261859e633a5e4d361398f48b42eb64f7c5c50726bba9ac8de49a2a47572046ffb1c691375aa36deee137
7
- data.tar.gz: 895c75ef7e9066214bc5b570f7b4c315809bd63acba668e9f9c21a53fe01f0f94de26d70152271d2bb31f7135bb39bfe36ad219ed7878d9230600e45b7983c05
6
+ metadata.gz: 8370e1b33b15b264196449fa653c74a19e1691d72c8ff21e6ddf52f9024e85951c9789e5334bbdd5d704ad9c1c9d525b64278c7b07bf41d4631fe96c0987cce0
7
+ data.tar.gz: 045354b82dadaaac766f8ca89c8a2359342bb0e831261df23611489abfa825e9295607920c5fc8fa29389ca475e2192f86d390cda33edd4a4c516dc1d3ce51b9
data/hekate.gemspec CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
  spec.executables = ['hekate']
22
22
  spec.require_paths = ['lib']
23
23
 
24
- spec.add_runtime_dependency 'aws-sdk', '~> 2.9', '>= 2.9.0'
24
+ spec.add_runtime_dependency 'aws-sdk', '~> 2.9', '~> 2.9.0'
25
25
  spec.add_runtime_dependency 'commander', '~> 4.4', '>= 4.4.0'
26
26
  spec.add_runtime_dependency 'ec2-metadata', '~> 0.2', '>= 0.2.0'
27
27
  spec.add_runtime_dependency 'railties', '~> 4.2', '>= 4.2.0'
@@ -1,3 +1,3 @@
1
1
  module Hekate
2
- VERSION = '0.1.0.pre13'.freeze
2
+ VERSION = '0.1.0.pre14'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hekate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre13
4
+ version: 0.1.0.pre14
5
5
  platform: ruby
6
6
  authors:
7
7
  - jasonrisch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-14 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -17,7 +17,7 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '2.9'
20
- - - ">="
20
+ - - "~>"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.9.0
23
23
  type: :runtime
@@ -27,7 +27,7 @@ dependencies:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
29
  version: '2.9'
30
- - - ">="
30
+ - - "~>"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.9.0
33
33
  - !ruby/object:Gem::Dependency
@@ -234,7 +234,6 @@ files:
234
234
  - ".rspec"
235
235
  - CODE_OF_CONDUCT.md
236
236
  - Gemfile
237
- - Gemfile.lock
238
237
  - LICENSE.txt
239
238
  - README.md
240
239
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,173 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- hekate (0.1.0.pre12)
5
- aws-sdk (~> 2.9, >= 2.9.0)
6
- commander (~> 4.4, >= 4.4.0)
7
- dotenv (>= 2.2.1, >= 2.2)
8
- ec2-metadata (~> 0.2, >= 0.2.0)
9
- rails (~> 4)
10
- railties (~> 4.2, >= 4.2.0)
11
-
12
- GEM
13
- remote: https://rubygems.org/
14
- specs:
15
- actionmailer (4.2.9)
16
- actionpack (= 4.2.9)
17
- actionview (= 4.2.9)
18
- activejob (= 4.2.9)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 1.0, >= 1.0.5)
21
- actionpack (4.2.9)
22
- actionview (= 4.2.9)
23
- activesupport (= 4.2.9)
24
- rack (~> 1.6)
25
- rack-test (~> 0.6.2)
26
- rails-dom-testing (~> 1.0, >= 1.0.5)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (4.2.9)
29
- activesupport (= 4.2.9)
30
- builder (~> 3.1)
31
- erubis (~> 2.7.0)
32
- rails-dom-testing (~> 1.0, >= 1.0.5)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (4.2.9)
35
- activesupport (= 4.2.9)
36
- globalid (>= 0.3.0)
37
- activemodel (4.2.9)
38
- activesupport (= 4.2.9)
39
- builder (~> 3.1)
40
- activerecord (4.2.9)
41
- activemodel (= 4.2.9)
42
- activesupport (= 4.2.9)
43
- arel (~> 6.0)
44
- activesupport (4.2.9)
45
- i18n (~> 0.7)
46
- minitest (~> 5.1)
47
- thread_safe (~> 0.3, >= 0.3.4)
48
- tzinfo (~> 1.1)
49
- addressable (2.5.1)
50
- public_suffix (~> 2.0, >= 2.0.2)
51
- arel (6.0.4)
52
- aws-sdk (2.10.23)
53
- aws-sdk-resources (= 2.10.23)
54
- aws-sdk-core (2.10.23)
55
- aws-sigv4 (~> 1.0)
56
- jmespath (~> 1.0)
57
- aws-sdk-resources (2.10.23)
58
- aws-sdk-core (= 2.10.23)
59
- aws-sigv4 (1.0.1)
60
- builder (3.2.3)
61
- codecov (0.1.10)
62
- json
63
- simplecov
64
- url
65
- commander (4.4.3)
66
- highline (~> 1.7.2)
67
- concurrent-ruby (1.0.5)
68
- crack (0.4.3)
69
- safe_yaml (~> 1.0.0)
70
- diff-lcs (1.3)
71
- docile (1.1.5)
72
- dotenv (2.2.1)
73
- ec2-metadata (0.2.2)
74
- erubis (2.7.0)
75
- globalid (0.4.0)
76
- activesupport (>= 4.2.0)
77
- hashdiff (0.3.4)
78
- highline (1.7.8)
79
- i18n (0.8.6)
80
- jmespath (1.3.1)
81
- json (2.1.0)
82
- loofah (2.0.3)
83
- nokogiri (>= 1.5.9)
84
- mail (2.6.6)
85
- mime-types (>= 1.16, < 4)
86
- mime-types (3.1)
87
- mime-types-data (~> 3.2015)
88
- mime-types-data (3.2016.0521)
89
- mini_portile2 (2.2.0)
90
- minitest (5.10.3)
91
- nokogiri (1.8.0)
92
- mini_portile2 (~> 2.2.0)
93
- public_suffix (2.0.5)
94
- rack (1.6.8)
95
- rack-test (0.6.3)
96
- rack (>= 1.0)
97
- rails (4.2.9)
98
- actionmailer (= 4.2.9)
99
- actionpack (= 4.2.9)
100
- actionview (= 4.2.9)
101
- activejob (= 4.2.9)
102
- activemodel (= 4.2.9)
103
- activerecord (= 4.2.9)
104
- activesupport (= 4.2.9)
105
- bundler (>= 1.3.0, < 2.0)
106
- railties (= 4.2.9)
107
- sprockets-rails
108
- rails-deprecated_sanitizer (1.0.3)
109
- activesupport (>= 4.2.0.alpha)
110
- rails-dom-testing (1.0.8)
111
- activesupport (>= 4.2.0.beta, < 5.0)
112
- nokogiri (~> 1.6)
113
- rails-deprecated_sanitizer (>= 1.0.1)
114
- rails-html-sanitizer (1.0.3)
115
- loofah (~> 2.0)
116
- railties (4.2.9)
117
- actionpack (= 4.2.9)
118
- activesupport (= 4.2.9)
119
- rake (>= 0.8.7)
120
- thor (>= 0.18.1, < 2.0)
121
- rake (10.5.0)
122
- rspec (3.6.0)
123
- rspec-core (~> 3.6.0)
124
- rspec-expectations (~> 3.6.0)
125
- rspec-mocks (~> 3.6.0)
126
- rspec-core (3.6.0)
127
- rspec-support (~> 3.6.0)
128
- rspec-expectations (3.6.0)
129
- diff-lcs (>= 1.2.0, < 2.0)
130
- rspec-support (~> 3.6.0)
131
- rspec-mocks (3.6.0)
132
- diff-lcs (>= 1.2.0, < 2.0)
133
- rspec-support (~> 3.6.0)
134
- rspec-support (3.6.0)
135
- rspec_junit_formatter (0.3.0)
136
- rspec-core (>= 2, < 4, != 2.12.0)
137
- safe_yaml (1.0.4)
138
- simplecov (0.14.1)
139
- docile (~> 1.1.0)
140
- json (>= 1.8, < 3)
141
- simplecov-html (~> 0.10.0)
142
- simplecov-html (0.10.1)
143
- sprockets (3.7.1)
144
- concurrent-ruby (~> 1.0)
145
- rack (> 1, < 3)
146
- sprockets-rails (3.2.0)
147
- actionpack (>= 4.0)
148
- activesupport (>= 4.0)
149
- sprockets (>= 3.0.0)
150
- thor (0.19.4)
151
- thread_safe (0.3.6)
152
- tzinfo (1.2.3)
153
- thread_safe (~> 0.1)
154
- url (0.3.2)
155
- webmock (3.0.1)
156
- addressable (>= 2.3.6)
157
- crack (>= 0.3.2)
158
- hashdiff
159
-
160
- PLATFORMS
161
- ruby
162
-
163
- DEPENDENCIES
164
- bundler (~> 1.15)
165
- codecov (~> 0.1.0, ~> 0.1)
166
- hekate!
167
- rake (~> 10.0)
168
- rspec (~> 3.0)
169
- rspec_junit_formatter (~> 0.3.0)
170
- webmock (~> 3.0.0, ~> 3.0)
171
-
172
- BUNDLED WITH
173
- 1.15.3