reactive_support 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.
metadata ADDED
@@ -0,0 +1,130 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: reactive_support
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ platform: ruby
6
+ authors:
7
+ - Dana Scheider
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-09-24 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rspec
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.1'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.1'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.6'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.6'
41
+ - !ruby/object:Gem::Dependency
42
+ name: coveralls
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.7'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0.7'
55
+ - !ruby/object:Gem::Dependency
56
+ name: simplecov
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '0.9'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '0.9'
69
+ description: ActiveSupport methods re-implemented independently of the Rails ecosystem
70
+ email: dana.scheider@gmail.com
71
+ executables: []
72
+ extensions: []
73
+ extra_rdoc_files:
74
+ - CONTRIBUTING.md
75
+ - README.md
76
+ - LICENSE
77
+ files:
78
+ - "./lib/extensions/reactive_extensions.rb"
79
+ - "./lib/reactive_support.rb"
80
+ - "./lib/reactive_support/core_ext/array/access.rb"
81
+ - "./lib/reactive_support/core_ext/object/blank.rb"
82
+ - "./lib/reactive_support/core_ext/object/deep_dup.rb"
83
+ - "./lib/reactive_support/core_ext/object/duplicable.rb"
84
+ - "./lib/reactive_support/core_ext/object/exist.rb"
85
+ - "./lib/reactive_support/core_ext/object/inclusion.rb"
86
+ - "./lib/reactive_support/core_ext/object/instance_variables.rb"
87
+ - "./lib/reactive_support/core_ext/object/try.rb"
88
+ - "./lib/reactive_support/extensions/reactive_extensions.rb"
89
+ - "./spec/array_spec.rb"
90
+ - "./spec/reactive_extensions_spec.rb"
91
+ - "./spec/reactive_support_spec.rb"
92
+ - "./spec/spec_helper.rb"
93
+ - CONTRIBUTING.md
94
+ - Gemfile
95
+ - LICENSE
96
+ - README.md
97
+ - files.rb
98
+ - reactive_support.gemspec
99
+ - version.rb
100
+ homepage: http://github.com/danascheider/reactive_support
101
+ licenses:
102
+ - MIT
103
+ metadata: {}
104
+ post_install_message:
105
+ rdoc_options:
106
+ - "--line-numbers"
107
+ - "--inline-source"
108
+ - "--title"
109
+ - ReactiveSupport
110
+ require_paths:
111
+ - lib
112
+ required_ruby_version: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - ">="
115
+ - !ruby/object:Gem::Version
116
+ version: 1.9.3
117
+ required_rubygems_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
122
+ requirements: []
123
+ rubyforge_project:
124
+ rubygems_version: 2.2.2
125
+ signing_key:
126
+ specification_version: 1
127
+ summary: ReactiveSupport provides useful ActiveSupport methods in a gem that is simple,
128
+ stable, agnostic, and transparent.
129
+ test_files: []
130
+ has_rdoc: true