valet 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml CHANGED
@@ -3,8 +3,13 @@ script: "bundle exec rspec spec && bundle exec cucumber features"
3
3
  rvm:
4
4
  - 1.9.2
5
5
  - 1.9.3
6
- - rbx-19mode
7
- - jruby-19mode
6
+ - rbx
7
+ - jruby
8
+
9
+ matrix:
10
+ allow_failures:
11
+ - rvm: rbx
12
+ - rvm: jruby
8
13
 
9
14
  branches:
10
15
  only:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Valet - CHANGELOG
2
2
 
3
+ ### 0.0.5 / 06.07.2012
4
+
5
+ * Allowed jruby and rbx to fail a build on Travis
6
+
3
7
  ### 0.0.4 / 06.07.2012
4
8
 
5
9
  * Updated configuration of Travis to use jruby and rbx in 19mode
data/README.md CHANGED
@@ -7,7 +7,7 @@ __Git Repository__: <https://github.com/gitkeeper/valet>
7
7
  __Author__: Alexander Baumann
8
8
  __Copyright__: 2012
9
9
  __License__: MIT License
10
- __Latest Version__: 0.0.4
10
+ __Latest Version__: 0.0.5
11
11
  __Release Date__: 06.07.2012
12
12
 
13
13
  ## Introduction
data/lib/valet/version.rb CHANGED
@@ -2,7 +2,7 @@ module Valet
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- BUILD = 4
5
+ BUILD = 5
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, BUILD, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -179,7 +179,7 @@ homepage: http://gitkeeper.github.com/valet
179
179
  licenses:
180
180
  - MIT
181
181
  post_install_message: ! "\n# --------------------------------------------------------------------
182
- #\n\n Thank you for installing Valet 0.0.4!\n\n Valet is still in development
182
+ #\n\n Thank you for installing Valet 0.0.5!\n\n Valet is still in development
183
183
  and not yet intended to be used.\n\n# --------------------------------------------------------------------
184
184
  #\n\n"
185
185
  rdoc_options: []
@@ -193,7 +193,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
193
193
  version: '0'
194
194
  segments:
195
195
  - 0
196
- hash: -1635626434707643854
196
+ hash: -599914499916021276
197
197
  required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  none: false
199
199
  requirements:
@@ -202,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
202
202
  version: '0'
203
203
  segments:
204
204
  - 0
205
- hash: -1635626434707643854
205
+ hash: -599914499916021276
206
206
  requirements: []
207
207
  rubyforge_project:
208
208
  rubygems_version: 1.8.24