valet 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml CHANGED
@@ -6,6 +6,11 @@ rvm:
6
6
  - rbx
7
7
  - jruby
8
8
 
9
+ matrix:
10
+ allow_failures:
11
+ - rvm: rbx
12
+ - rvm: jruby
13
+
9
14
  branches:
10
15
  only:
11
16
  - master
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Valet - CHANGELOG
2
2
 
3
+ ### 0.0.7 / 08.07.2012
4
+
5
+ * JRuby and Rubinius still won't build successfully on Travis. Allowed them once
6
+ again to build with failures.
7
+
3
8
  ### 0.0.6 / 08.07.2012
4
9
 
5
10
  * New GNU compliant feature: "Version"
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.6
10
+ __Latest Version__: 0.0.7
11
11
  __Release Date__: 08.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 = 6
5
+ BUILD = 7
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.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -203,7 +203,7 @@ homepage: http://gitkeeper.github.com/valet
203
203
  licenses:
204
204
  - MIT
205
205
  post_install_message: ! "\n# --------------------------------------------------------------------
206
- #\n\n Thank you for installing Valet 0.0.6!\n\n Valet is still in development
206
+ #\n\n Thank you for installing Valet 0.0.7!\n\n Valet is still in development
207
207
  and not yet intended to be used.\n\n# --------------------------------------------------------------------
208
208
  #\n\n"
209
209
  rdoc_options: []
@@ -217,7 +217,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
217
217
  version: '0'
218
218
  segments:
219
219
  - 0
220
- hash: 2757034433655035454
220
+ hash: -2398269218911550169
221
221
  required_rubygems_version: !ruby/object:Gem::Requirement
222
222
  none: false
223
223
  requirements:
@@ -226,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
226
226
  version: '0'
227
227
  segments:
228
228
  - 0
229
- hash: 2757034433655035454
229
+ hash: -2398269218911550169
230
230
  requirements: []
231
231
  rubyforge_project:
232
232
  rubygems_version: 1.8.24