rails_generators_test_case_modules 0.1.0 → 0.1.1

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.
@@ -1,3 +1,3 @@
1
1
  module RailsGeneratorsTestCaseModules
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["pablodherrero@gmail.com"]
11
11
  spec.description = %q{Backports for Rails::Generator::TestCase helper modules for Rails 3.2}
12
12
  spec.summary = %q{Backports for Rails::Generator::TestCase helper modules for Rails 3.2}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/pabloh/rails_generators_test_case_modules"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rails_generators_test_case_modules
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Pablo Herrero
@@ -83,7 +83,7 @@ files:
83
83
  - lib/rails_generators_test_case_modules.rb
84
84
  - lib/rails_generators_test_case_modules/version.rb
85
85
  - rails_generators_test_case_modules.gemspec
86
- homepage: ''
86
+ homepage: https://github.com/pabloh/rails_generators_test_case_modules
87
87
  licenses:
88
88
  - MIT
89
89
  post_install_message:
@@ -96,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
96
  - !ruby/object:Gem::Version
97
97
  segments:
98
98
  - 0
99
- hash: 538841381395110015
99
+ hash: 2549577418418675892
100
100
  version: '0'
101
101
  none: false
102
102
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  - !ruby/object:Gem::Version
106
106
  segments:
107
107
  - 0
108
- hash: 538841381395110015
108
+ hash: 2549577418418675892
109
109
  version: '0'
110
110
  none: false
111
111
  requirements: []