brainstem 0.2 → 0.2.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/Gemfile.lock +1 -1
- data/brainstem.gemspec +3 -3
- data/lib/brainstem/version.rb +1 -1
- data/pkg/brainstem-0.2.gem +0 -0
- metadata +7 -10
data/Gemfile.lock
CHANGED
data/brainstem.gemspec
CHANGED
|
@@ -4,11 +4,11 @@ require "brainstem/version"
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = "brainstem"
|
|
7
|
-
gem.authors = ["
|
|
8
|
-
gem.email = ["
|
|
7
|
+
gem.authors = ["Mavenlink"]
|
|
8
|
+
gem.email = ["opensource@mavenlink.com"]
|
|
9
9
|
gem.description = %q{Brainstem allows you to create rich API presenters that know how to filter, sort, and include associations.}
|
|
10
10
|
gem.summary = %q{ActiveRecord presenters with a rich request API}
|
|
11
|
-
gem.homepage = "http://
|
|
11
|
+
gem.homepage = "http://github.com/mavenlink/brainstem"
|
|
12
12
|
gem.license = "MIT"
|
|
13
13
|
|
|
14
14
|
gem.files = Dir["**/*"]
|
data/lib/brainstem/version.rb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brainstem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
9
|
-
- André Arko
|
|
10
|
-
- Andrew Cantino
|
|
11
|
-
- Katlyn Daniluk
|
|
12
|
-
- Reid Gillette
|
|
8
|
+
- Mavenlink
|
|
13
9
|
autorequire:
|
|
14
10
|
bindir: bin
|
|
15
11
|
cert_chain: []
|
|
@@ -130,7 +126,7 @@ dependencies:
|
|
|
130
126
|
description: Brainstem allows you to create rich API presenters that know how to filter,
|
|
131
127
|
sort, and include associations.
|
|
132
128
|
email:
|
|
133
|
-
-
|
|
129
|
+
- opensource@mavenlink.com
|
|
134
130
|
executables: []
|
|
135
131
|
extensions: []
|
|
136
132
|
extra_rdoc_files: []
|
|
@@ -149,6 +145,7 @@ files:
|
|
|
149
145
|
- lib/brainstem.rb
|
|
150
146
|
- LICENSE
|
|
151
147
|
- pkg/brainstem-0.0.2.gem
|
|
148
|
+
- pkg/brainstem-0.2.gem
|
|
152
149
|
- Rakefile
|
|
153
150
|
- README.md
|
|
154
151
|
- spec/brainstem/controller_methods_spec.rb
|
|
@@ -159,7 +156,7 @@ files:
|
|
|
159
156
|
- spec/spec_helpers/cleanup.rb
|
|
160
157
|
- spec/spec_helpers/db.rb
|
|
161
158
|
- spec/spec_helpers/presenters.rb
|
|
162
|
-
homepage: http://
|
|
159
|
+
homepage: http://github.com/mavenlink/brainstem
|
|
163
160
|
licenses:
|
|
164
161
|
- MIT
|
|
165
162
|
post_install_message:
|
|
@@ -174,7 +171,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
174
171
|
version: '0'
|
|
175
172
|
segments:
|
|
176
173
|
- 0
|
|
177
|
-
hash:
|
|
174
|
+
hash: 1746661046555689868
|
|
178
175
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
179
176
|
none: false
|
|
180
177
|
requirements:
|
|
@@ -183,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
183
180
|
version: '0'
|
|
184
181
|
segments:
|
|
185
182
|
- 0
|
|
186
|
-
hash:
|
|
183
|
+
hash: 1746661046555689868
|
|
187
184
|
requirements: []
|
|
188
185
|
rubyforge_project:
|
|
189
186
|
rubygems_version: 1.8.25
|