valet 0.0.3 → 0.0.4

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/.travis.yml CHANGED
@@ -1,10 +1,12 @@
1
1
  script: "bundle exec rspec spec && bundle exec cucumber features"
2
+
2
3
  rvm:
3
4
  - 1.9.2
4
5
  - 1.9.3
5
- - rbx
6
- - jruby
7
- notifications:
8
- email:
9
- on_success: always
10
- on_failure: always
6
+ - rbx-19mode
7
+ - jruby-19mode
8
+
9
+ branches:
10
+ only:
11
+ - master
12
+ - development
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Valet - CHANGELOG
2
2
 
3
+ ### 0.0.4 / 06.07.2012
4
+
5
+ * Updated configuration of Travis to use jruby and rbx in 19mode
6
+
3
7
  ### 0.0.3 / 06.07.2012
4
8
 
5
9
  * Feature "Version" roughly implemented to get started
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.3
10
+ __Latest Version__: 0.0.4
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 = 3
5
+ BUILD = 4
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.3
4
+ version: 0.0.4
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.3!\n\n Valet is still in development
182
+ #\n\n Thank you for installing Valet 0.0.4!\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: -1832121477376695156
196
+ hash: -1635626434707643854
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: -1832121477376695156
205
+ hash: -1635626434707643854
206
206
  requirements: []
207
207
  rubyforge_project:
208
208
  rubygems_version: 1.8.24