toystore 0.10.0 → 0.10.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/README.md +6 -1
- data/lib/toy/version.rb +1 -1
- data/toystore.gemspec +1 -1
- metadata +5 -5
data/README.md
CHANGED
|
@@ -226,11 +226,16 @@ Luckily, there is an entire directory full of [examples](https://github.com/jnun
|
|
|
226
226
|
|
|
227
227
|
As of 0.8.3, I started keeping a [changelog](https://github.com/jnunemaker/toystore/blob/master/Changelog.md). All significant updates will be summarized there.
|
|
228
228
|
|
|
229
|
+
## Compatibility
|
|
230
|
+
|
|
231
|
+
* Rails 3, Sinatra, etc. No Rails 2 (because it uses Active Model).
|
|
232
|
+
* Ruby 1.8.7, 1.9.2, 1.9.3 (specs are run against each before releases)
|
|
233
|
+
|
|
229
234
|
## Mailing List
|
|
230
235
|
|
|
231
236
|
https://groups.google.com/forum/#!forum/toystoreadapter
|
|
232
237
|
|
|
233
|
-
##
|
|
238
|
+
## Contributing
|
|
234
239
|
|
|
235
240
|
* Fork the project.
|
|
236
241
|
* Make your feature addition or bug fix in a topic branch.
|
data/lib/toy/version.rb
CHANGED
data/toystore.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ['Geoffrey Dagley', 'John Nunemaker']
|
|
10
10
|
s.email = ['gdagley@gmail.com', 'nunemaker@gmail.com']
|
|
11
|
-
s.homepage = 'http://github.com/
|
|
11
|
+
s.homepage = 'http://jnunemaker.github.com/toystore/'
|
|
12
12
|
s.summary = 'An object mapper for anything that can read, write and delete data'
|
|
13
13
|
s.description = 'An object mapper for anything that can read, write and delete data'
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: toystore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 53
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 10
|
|
9
|
-
-
|
|
10
|
-
version: 0.10.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.10.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Geoffrey Dagley
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2012-04-
|
|
19
|
+
date: 2012-04-22 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
type: :runtime
|
|
@@ -226,7 +226,7 @@ files:
|
|
|
226
226
|
- spec/toy_spec.rb
|
|
227
227
|
- test/lint_test.rb
|
|
228
228
|
- toystore.gemspec
|
|
229
|
-
homepage: http://github.com/
|
|
229
|
+
homepage: http://jnunemaker.github.com/toystore/
|
|
230
230
|
licenses: []
|
|
231
231
|
|
|
232
232
|
post_install_message:
|