guignol 0.3.1 → 0.3.2

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.
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- guignol (0.3.1)
5
- active_support
4
+ guignol (0.3.2)
5
+ activesupport
6
6
  fog (~> 1.6.0)
7
7
  parallel (~> 0.5.14)
8
8
  thor
@@ -11,9 +11,9 @@ PATH
11
11
  GEM
12
12
  remote: http://rubygems.org/
13
13
  specs:
14
- active_support (3.0.0)
15
- activesupport (= 3.0.0)
16
- activesupport (3.0.0)
14
+ activesupport (3.2.8)
15
+ i18n (~> 0.6)
16
+ multi_json (~> 1.0)
17
17
  builder (3.1.3)
18
18
  coderay (1.0.7)
19
19
  diff-lcs (1.1.3)
@@ -29,6 +29,7 @@ GEM
29
29
  nokogiri (~> 1.5.0)
30
30
  ruby-hmac
31
31
  formatador (0.2.3)
32
+ i18n (0.6.1)
32
33
  jruby-pageant (1.1.1)
33
34
  method_source (0.8)
34
35
  mime-types (1.19)
data/guignol.gemspec CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
 
25
25
  s.add_dependency "fog", "~> 1.6.0"
26
26
  s.add_dependency "parallel", "~> 0.5.14"
27
- s.add_dependency "active_support"
27
+ s.add_dependency "activesupport"
28
28
  s.add_dependency "uuidtools"
29
29
  s.add_dependency "thor"
30
30
 
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Guignol
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guignol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -124,7 +124,7 @@ dependencies:
124
124
  - !ruby/object:Gem::Version
125
125
  version: 0.5.14
126
126
  - !ruby/object:Gem::Dependency
127
- name: active_support
127
+ name: activesupport
128
128
  requirement: !ruby/object:Gem::Requirement
129
129
  none: false
130
130
  requirements:
@@ -232,7 +232,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
232
232
  version: '0'
233
233
  segments:
234
234
  - 0
235
- hash: 2633968983297838480
235
+ hash: -2537410862368428739
236
236
  required_rubygems_version: !ruby/object:Gem::Requirement
237
237
  none: false
238
238
  requirements: