motion_support 0.0.1 → 0.0.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-28 00:00:00.000000000 Z
12
+ date: 2012-07-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bubble-wrap
16
- requirement: &70250974339360 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,28 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70250974339360
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: motion-redgreen
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
25
46
  description: A toolkit of support libraries and RubyMotion Core extensions
26
47
  email:
27
48
  - hookercookerman@gmail.com
@@ -37,13 +58,32 @@ files:
37
58
  - lib/motion_support.rb
38
59
  - lib/motion_support/all.rb
39
60
  - lib/motion_support/concern.rb
61
+ - lib/motion_support/core_ext.rb
62
+ - lib/motion_support/core_ext/array.rb
40
63
  - lib/motion_support/core_ext/array/extract_options.rb
64
+ - lib/motion_support/core_ext/array/prepend_append.rb
65
+ - lib/motion_support/core_ext/string.rb
66
+ - lib/motion_support/core_ext/string/inflections.rb
67
+ - lib/motion_support/inflections.rb
68
+ - lib/motion_support/inflector.rb
69
+ - lib/motion_support/inflector/inflections.rb
70
+ - lib/motion_support/inflector/methods.rb
41
71
  - lib/motion_support/version.rb
42
72
  - motion/concern.rb
43
73
  - motion/core_ext/array/extract_options.rb
74
+ - motion/core_ext/array/prepend_append.rb
75
+ - motion/core_ext/string/inflections.rb
76
+ - motion/inflections.rb
77
+ - motion/inflector/inflections.rb
78
+ - motion/inflector/methods.rb
44
79
  - motion_support.gemspec
45
80
  - spec/concern_spec.rb
46
81
  - spec/core_ext/array/extract_options_spec.rb
82
+ - spec/core_ext/array/prepend_append_spec.rb
83
+ - spec/helpers/constantize_test_cases.rb
84
+ - spec/helpers/dup.rb
85
+ - spec/helpers/inflector_test_cases.rb
86
+ - spec/inflector/inflector_spec.rb
47
87
  homepage: http://www.thehitchhikerprinciple
48
88
  licenses: []
49
89
  post_install_message:
@@ -58,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
98
  version: '0'
59
99
  segments:
60
100
  - 0
61
- hash: 2236000310539088031
101
+ hash: 2308112850745967264
62
102
  required_rubygems_version: !ruby/object:Gem::Requirement
63
103
  none: false
64
104
  requirements:
@@ -67,13 +107,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
107
  version: '0'
68
108
  segments:
69
109
  - 0
70
- hash: 2236000310539088031
110
+ hash: 2308112850745967264
71
111
  requirements: []
72
112
  rubyforge_project:
73
- rubygems_version: 1.8.11
113
+ rubygems_version: 1.8.23
74
114
  signing_key:
75
115
  specification_version: 3
76
116
  summary: A toolkit of support libraries and RubyMotion Core extensions
77
117
  test_files:
78
118
  - spec/concern_spec.rb
79
119
  - spec/core_ext/array/extract_options_spec.rb
120
+ - spec/core_ext/array/prepend_append_spec.rb
121
+ - spec/helpers/constantize_test_cases.rb
122
+ - spec/helpers/dup.rb
123
+ - spec/helpers/inflector_test_cases.rb
124
+ - spec/inflector/inflector_spec.rb