lxc 0.2.2 → 0.2.3

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.
Files changed (5) hide show
  1. data/.travis.yml +1 -4
  2. data/Gemfile +2 -0
  3. data/README.md +7 -0
  4. data/lib/lxc/version.rb +1 -1
  5. metadata +4 -4
data/.travis.yml CHANGED
@@ -2,6 +2,7 @@ language: ruby
2
2
 
3
3
  rvm:
4
4
  - ree
5
+ - 1.8.7
5
6
  - 1.9.2
6
7
  - 1.9.3
7
8
  - 2.0.0
@@ -10,7 +11,3 @@ before_install: sudo ./spec/support/install-lxc.sh
10
11
 
11
12
  notifications:
12
13
  irc: "irc.freenode.net#jovelabs"
13
-
14
- matrix:
15
- allow_failures:
16
- - rvm: ree
data/Gemfile CHANGED
@@ -1,3 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
+ gem "json" if (RUBY_VERSION == "1.8.7")
4
+
3
5
  gemspec
data/README.md CHANGED
@@ -57,6 +57,13 @@ Executed via the lxc-console development binary:
57
57
  => false
58
58
  [9] pry(main)>
59
59
 
60
+ # RUBIES TESTED AGAINST
61
+
62
+ * Ruby 1.8.7 (REE)
63
+ * Ruby 1.8.7 (MBARI)
64
+ * Ruby 1.9.2
65
+ * Ruby 1.9.3
66
+ * Ruby 2.0.0
60
67
 
61
68
  # RESOURCES
62
69
 
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.2.2"
5
+ VERSION = "0.2.3"
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.2.2
4
+ version: 0.2.3
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-05-10 00:00:00.000000000 Z
12
+ date: 2013-05-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ztk
@@ -216,7 +216,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
216
216
  version: '0'
217
217
  segments:
218
218
  - 0
219
- hash: 936865488857019794
219
+ hash: 2867701363917257247
220
220
  required_rubygems_version: !ruby/object:Gem::Requirement
221
221
  none: false
222
222
  requirements:
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  version: '0'
226
226
  segments:
227
227
  - 0
228
- hash: 936865488857019794
228
+ hash: 2867701363917257247
229
229
  requirements: []
230
230
  rubyforge_project:
231
231
  rubygems_version: 1.8.25