activesupport-inflector 0.0.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.
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: activesupport-inflector
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Caleb Clark
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2012-10-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - cclark@fanforce.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - .gitignore
21
+ - Gemfile
22
+ - README.md
23
+ - Rakefile
24
+ - activesupport-inflector.gemspec
25
+ - lib/active_support/core_ext/array/extract_options.rb
26
+ - lib/active_support/core_ext/module/attribute_accessors.rb
27
+ - lib/active_support/core_ext/string/access.rb
28
+ - lib/active_support/core_ext/string/behavior.rb
29
+ - lib/active_support/core_ext/string/inflections.rb
30
+ - lib/active_support/core_ext/string/multibyte.rb
31
+ - lib/active_support/i18n.rb
32
+ - lib/active_support/inflections.rb
33
+ - lib/active_support/inflector.rb
34
+ - lib/active_support/inflector/inflections.rb
35
+ - lib/active_support/inflector/methods.rb
36
+ - lib/active_support/inflector/transliterate.rb
37
+ - lib/active_support/lazy_load_hooks.rb
38
+ - lib/active_support/multibyte.rb
39
+ - lib/active_support/multibyte/chars.rb
40
+ - lib/active_support/multibyte/exceptions.rb
41
+ - lib/active_support/multibyte/unicode.rb
42
+ - lib/active_support/multibyte/utils.rb
43
+ homepage: http://github.com/calebclark/activesupport-inflector
44
+ licenses: []
45
+ metadata: {}
46
+ post_install_message:
47
+ rdoc_options: []
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ! '>='
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ requirements: []
61
+ rubyforge_project:
62
+ rubygems_version: 2.0.3
63
+ signing_key:
64
+ specification_version: 4
65
+ summary: Only the Inflector part of ActiveRecord.
66
+ test_files: []