hobo_support 1.4.0.pre6 → 1.4.0.pre7
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/VERSION +1 -1
- data/lib/hobo_support/common_tasks.rb +3 -0
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.4.0.
|
|
1
|
+
1.4.0.pre7
|
|
@@ -22,6 +22,9 @@ namespace :test do
|
|
|
22
22
|
end
|
|
23
23
|
end
|
|
24
24
|
sh %(bundle install)
|
|
25
|
+
sh %(echo "" >> Gemfile)
|
|
26
|
+
sh %(echo "gem 'irt', :group => :development" >> Gemfile) # to make the bundler happy
|
|
27
|
+
sh %(echo "gem 'therubyracer'" >> Gemfile)
|
|
25
28
|
sh %(echo "gem 'irt', :group => :development" >> Gemfile) # to make the bundler happy
|
|
26
29
|
sh %(echo "" > app/models/.gitignore) # because git reset --hard would rm the dir
|
|
27
30
|
rm %(.gitignore) # we need to reset everything in a testapp
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: hobo_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: 6
|
|
5
|
-
version: 1.4.0.
|
|
5
|
+
version: 1.4.0.pre7
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Tom Locke
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-07-05 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
119
119
|
requirements: []
|
|
120
120
|
|
|
121
121
|
rubyforge_project: hobo
|
|
122
|
-
rubygems_version: 1.8.
|
|
122
|
+
rubygems_version: 1.8.21
|
|
123
123
|
signing_key:
|
|
124
124
|
specification_version: 3
|
|
125
125
|
summary: Core Ruby extensions from the Hobo project
|