alias_helper 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.
data/alias_helper.gemspec CHANGED
@@ -11,6 +11,9 @@ Gem::Specification.new do |s|
11
11
  s.homepage = %q{http://github.com/FutureAdvisor/alias_helper}
12
12
  s.summary = %q{Adds methods for retrieving the aliases that are generated by ActiveSupport::CoreExtensions::Module#alias_method_chain.}
13
13
  s.description = %q{For some reason Rails does not appear to easily expose the aliases returned by ActiveSupport::CoreExtensions::Module#alias_method_chain. This adds methods for retrieving the aliases that are generated.}
14
+ s.license = 'MIT'
15
+
16
+ s.add_dependency('activesupport', '>= 2.1.0')
14
17
 
15
18
  s.rubyforge_project = "alias_helper"
16
19
 
@@ -1,3 +1,3 @@
1
1
  module AliasHelper
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alias_helper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Clyde Law
@@ -16,8 +16,23 @@ bindir: bin
16
16
  cert_chain: []
17
17
 
18
18
  date: 2011-04-19 00:00:00 Z
19
- dependencies: []
20
-
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: activesupport
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 11
29
+ segments:
30
+ - 2
31
+ - 1
32
+ - 0
33
+ version: 2.1.0
34
+ type: :runtime
35
+ version_requirements: *id001
21
36
  description: For some reason Rails does not appear to easily expose the aliases returned by ActiveSupport::CoreExtensions::Module#alias_method_chain. This adds methods for retrieving the aliases that are generated.
22
37
  email:
23
38
  - clyde@futureadvisor.com
@@ -36,8 +51,8 @@ files:
36
51
  - lib/alias_helper.rb
37
52
  - lib/alias_helper/version.rb
38
53
  homepage: http://github.com/FutureAdvisor/alias_helper
39
- licenses: []
40
-
54
+ licenses:
55
+ - MIT
41
56
  post_install_message:
42
57
  rdoc_options: []
43
58