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 +8 -6
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/valet/version.rb +1 -1
- metadata +4 -4
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
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
- rbx-19mode
|
|
7
|
+
- jruby-19mode
|
|
8
|
+
|
|
9
|
+
branches:
|
|
10
|
+
only:
|
|
11
|
+
- master
|
|
12
|
+
- development
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
data/lib/valet/version.rb
CHANGED
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
|
+
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.
|
|
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: -
|
|
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: -
|
|
205
|
+
hash: -1635626434707643854
|
|
206
206
|
requirements: []
|
|
207
207
|
rubyforge_project:
|
|
208
208
|
rubygems_version: 1.8.24
|