itrigga-ruby19_hacks 0.1.1 → 0.1.2

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 CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{itrigga-ruby19_hacks}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Anson"]
12
- s.date = %q{2011-11-21}
12
+ s.date = %q{2011-11-22}
13
13
  s.description = %q{Hacks & monkey patches needed to make Rails 2.3 work with ruby 1.9.2
14
14
  * Changed binding on Hashie::Mash
15
15
  * Overrode to_ary on RSpec mock
@@ -29,8 +29,10 @@ Gem::Specification.new do |s|
29
29
  "README.rdoc",
30
30
  "Rakefile",
31
31
  "VERSION",
32
+ "itrigga-ruby19_hacks.gemspec",
32
33
  "lib/itrigga-ruby19_hacks.rb",
33
34
  "lib/itrigga/ruby19_hacks/mash.rb",
35
+ "lib/itrigga/ruby19_hacks/rails23.rb",
34
36
  "lib/itrigga/ruby19_hacks/rspec.rb",
35
37
  "spec/itrigga-ruby19_hacks_spec.rb",
36
38
  "spec/spec_helper.rb"
@@ -38,11 +40,10 @@ Gem::Specification.new do |s|
38
40
  s.homepage = %q{http://github.com/ansonK/itrigga-ruby19_hacks}
39
41
  s.licenses = ["MIT"]
40
42
  s.require_paths = ["lib"]
41
- s.rubygems_version = %q{1.3.7}
43
+ s.rubygems_version = %q{1.4.2}
42
44
  s.summary = %q{Hacks & monkey patches needed to make Rails 2.3 work with ruby 1.9.2}
43
45
 
44
46
  if s.respond_to? :specification_version then
45
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
46
47
  s.specification_version = 3
47
48
 
48
49
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
@@ -1,3 +1,5 @@
1
+ require 'action_controller/helpers'
2
+
1
3
  module ActionController #:nodoc:
2
4
  module Helpers #:nodoc:
3
5
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itrigga-ruby19_hacks
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Anson