railsapp_factory 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/railsapp_factory/version.rb +1 -1
- data/railsapp_factory.gemspec +1 -1
- metadata +4 -4
data/railsapp_factory.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ['ian@heggie.biz']
|
11
11
|
spec.description = %q{Rails application factory to make testing gems against multiple versions easier}
|
12
12
|
spec.summary = %q{The prupose of this gem is to make integration testing of gems and libraries against multiple versions of rails easy and avoid having to keep copies of the framework in the gem being tested}
|
13
|
-
spec.homepage = ''
|
13
|
+
spec.homepage = 'https://github.com/ianheggie/railsapp_factory'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: railsapp_factory
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -112,7 +112,7 @@ files:
|
|
112
112
|
- templates/add_json_pure.rb
|
113
113
|
- templates/add_necessary_gems.rb
|
114
114
|
- templates/use_bundler_with_rails23.rb
|
115
|
-
homepage:
|
115
|
+
homepage: https://github.com/ianheggie/railsapp_factory
|
116
116
|
licenses:
|
117
117
|
- MIT
|
118
118
|
post_install_message:
|
@@ -127,7 +127,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
127
127
|
version: '0'
|
128
128
|
segments:
|
129
129
|
- 0
|
130
|
-
hash:
|
130
|
+
hash: 4052033695448154336
|
131
131
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
132
132
|
none: false
|
133
133
|
requirements:
|
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
136
136
|
version: '0'
|
137
137
|
segments:
|
138
138
|
- 0
|
139
|
-
hash:
|
139
|
+
hash: 4052033695448154336
|
140
140
|
requirements: []
|
141
141
|
rubyforge_project:
|
142
142
|
rubygems_version: 1.8.23.2
|