minionizer 0.2.0 → 0.2.1

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: f0f6f2ff87e40cfacb8163853951e4b6d2851dd3
4
- data.tar.gz: aaa855643097d24799b62ed3b6f1fc187670a224
3
+ metadata.gz: ab6c86800be7b1dcd9e3c4161b794321b16386b4
4
+ data.tar.gz: e96fdac6cac8c7b70eefa8f431291ce478b2e9a8
5
5
  SHA512:
6
- metadata.gz: caf5ec31a1e30efac84dc898af40c4a7d9e2e247fcfdae6110d5bb93c9ab657f48348f664f5dc0dec5a40721c2181f85f4bc337e055e989ccf38abbcde596f70
7
- data.tar.gz: 6a366d4b175747590bc289741068d20523b32716580ecae1244f4dd84aa2d91d4bbaf013f1632ca123fd528369932aef0d7f71cdd749ea1221c40ad1e4a44476
6
+ metadata.gz: 2f26142169c727649b3b1780753cf4df4d3ff30d02061d3430c72d6fb9267c324b534091258c9de310d73b7565acd9e274d34488ff9074b3cba5b2eab20b5c23
7
+ data.tar.gz: ea619f4f6272c7c8652e170a06f0fac2b375cea1e43a10c8fc04c48250cfae673886661fa54740d4c4d81d4b5121aea7898b0075909cf13cc1f0ddd7eb684651
@@ -10,11 +10,11 @@ PATH
10
10
  GEM
11
11
  remote: http://rubygems.org/
12
12
  specs:
13
- activesupport (4.1.6)
14
- i18n (~> 0.6, >= 0.6.9)
13
+ activesupport (4.2.6)
14
+ i18n (~> 0.7)
15
15
  json (~> 1.7, >= 1.7.7)
16
16
  minitest (~> 5.1)
17
- thread_safe (~> 0.1)
17
+ thread_safe (~> 0.3, >= 0.3.4)
18
18
  tzinfo (~> 1.1)
19
19
  binding_of_caller (0.7.2)
20
20
  debug_inspector (>= 0.0.1)
@@ -27,11 +27,11 @@ GEM
27
27
  debug_inspector (0.0.2)
28
28
  docile (1.1.5)
29
29
  fakefs (0.6.0)
30
- i18n (0.6.11)
31
- json (1.8.1)
30
+ i18n (0.7.0)
31
+ json (1.8.3)
32
32
  metaclass (0.0.4)
33
33
  mime-types (2.4.3)
34
- minitest (5.4.2)
34
+ minitest (5.9.0)
35
35
  mocha (1.1.0)
36
36
  metaclass (~> 0.0.1)
37
37
  multi_json (1.10.1)
@@ -51,7 +51,7 @@ GEM
51
51
  term-ansicolor (1.3.0)
52
52
  tins (~> 1.0)
53
53
  thor (0.19.1)
54
- thread_safe (0.3.4)
54
+ thread_safe (0.3.5)
55
55
  tins (1.3.3)
56
56
  tzinfo (1.2.2)
57
57
  thread_safe (~> 0.1)
@@ -66,3 +66,6 @@ DEPENDENCIES
66
66
  minitest (~> 5.4)
67
67
  mocha (~> 1.0)
68
68
  rake (~> 10.3)
69
+
70
+ BUNDLED WITH
71
+ 1.12.2
@@ -34,7 +34,7 @@ module Minionizer
34
34
  end
35
35
 
36
36
  def contents_from_source_path
37
- File.open(source_path).read.strip
37
+ File.open(source_path).read
38
38
  end
39
39
 
40
40
  def erb_binding
@@ -1,3 +1,3 @@
1
1
  module Minionizer
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minionizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan S. Garvin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-31 00:00:00.000000000 Z
11
+ date: 2016-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  requirements: []
193
193
  rubyforge_project:
194
- rubygems_version: 2.2.2
194
+ rubygems_version: 2.5.1
195
195
  signing_key:
196
196
  specification_version: 4
197
197
  summary: Simple server provisioning and management.