lxc 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile +5 -1
  2. data/lib/lxc/version.rb +1 -1
  3. metadata +8 -2
data/Gemfile CHANGED
@@ -1,6 +1,10 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gem "json" if (RUBY_VERSION == "1.8.7")
4
- gem "activesupport", "< 4.0.0" if (RUBY_VERSION < "1.9.3")
4
+
5
+ if (RUBY_VERSION < "1.9.3")
6
+ gem "activesupport", "< 4.0.0"
7
+ gem "redcarpet", "< 3.0.0"
8
+ end
5
9
 
6
10
  gemspec
data/lib/lxc/version.rb CHANGED
@@ -2,7 +2,7 @@ class LXC
2
2
 
3
3
  unless const_defined?(:VERSION)
4
4
  # LXC Gem Version
5
- VERSION = "0.3.5"
5
+ VERSION = "0.3.6"
6
6
  end
7
7
 
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lxc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-12 00:00:00.000000000 Z
12
+ date: 2013-07-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ztk
@@ -217,12 +217,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
217
217
  - - ! '>='
218
218
  - !ruby/object:Gem::Version
219
219
  version: '0'
220
+ segments:
221
+ - 0
222
+ hash: 4518660914565732919
220
223
  required_rubygems_version: !ruby/object:Gem::Requirement
221
224
  none: false
222
225
  requirements:
223
226
  - - ! '>='
224
227
  - !ruby/object:Gem::Version
225
228
  version: '0'
229
+ segments:
230
+ - 0
231
+ hash: 4518660914565732919
226
232
  requirements: []
227
233
  rubyforge_project:
228
234
  rubygems_version: 1.8.25