catwalk 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06d8ee7efa6c98b23c282422e6a7ee1200fae4c0
4
- data.tar.gz: 22cce206786c4b50dc1a6d2772e7a357aa3178cb
3
+ metadata.gz: 522dd9c47676df6039577bdccc8ae0b8b3ee6f7d
4
+ data.tar.gz: a94c62c569977056b27e270d8dca847199c7f8a6
5
5
  SHA512:
6
- metadata.gz: fe6997204cb44fd6d05762940cc97df296a651b59a1a8f52d52da57d5f41e2059c3722d34bbb4d416928f5fed757f2615676dad7d9e6cef94c3225035ad1814b
7
- data.tar.gz: d9388b3f304a607ae2704ea8c14567c8ca18b8af2830ebb1dad35fbc38919d543dd8a5ca58dd0da5207a0c7a1cf3ed718f543f1bbdde5b82d09086a438b7ae0d
6
+ metadata.gz: 43ab13d711f5870253e1939e7327235183f645fd698cace8eccd0d541ed087f26dd726a0a04e600f6abe9b14ede3173f4b543c314da5b3cc75b7b71b13b31691
7
+ data.tar.gz: f4f64a3f76521aea52942ed39be361409fe7687421010f4a3cce5c30605ec8de92e69747af934580d55db3201b47d9b94778f9c0cdd84763bcdf36f41db04337
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 Jon Rowe
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -8,9 +8,10 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Jon Rowe"]
10
10
  s.email = ["hello@jonrowe.co.uk"]
11
- s.homepage = "http://github.com/jonrowe/catwalk"
11
+ s.homepage = "http://github.com/JonRowe/catwalk"
12
12
  s.summary = %q{Catwalk is a gem for showing off models. It allows you to seperate presentation logic from data models.}
13
13
  s.description = %q{Catwalk is a gem for showing off models. It allows you to seperate presentation logic from data models.}
14
+ s.license = "MIT"
14
15
 
15
16
  s.files = `git ls-files`.split("\n")
16
17
  s.test_files = `git ls-files -- {spec,features}/* .autotest`.split("\n")
@@ -22,5 +23,9 @@ Gem::Specification.new do |s|
22
23
  s.add_development_dependency 'cucumber'
23
24
  s.add_development_dependency 'autotest-standalone'
24
25
 
25
- s.add_development_dependency 'activemodel'
26
+ if RUBY_VERSION.to_f == 1.8 || RUBY_VERSION == '1.9.2'
27
+ s.add_development_dependency 'activemodel', '~> 3.2'
28
+ else
29
+ s.add_development_dependency 'activemodel'
30
+ end
26
31
  end
@@ -1,3 +1,3 @@
1
1
  module Catwalk
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catwalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Rowe
@@ -29,7 +29,7 @@ cert_chain:
29
29
  2feWfO4gCNmvfFjULOAYHq9JHEjN5SLSXvj5HdSnDcCyIfJKn5Ya3JahWQaWIsXf
30
30
  /NPE/mB57TOwj+d7XUa2NC4HUadF8R51IYEcIB0PpIEzJlKtfXFcOZxO
31
31
  -----END CERTIFICATE-----
32
- date: 2013-07-16 00:00:00.000000000 Z
32
+ date: 2013-07-17 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: rake
@@ -114,6 +114,7 @@ files:
114
114
  - .rspec
115
115
  - .travis.yml
116
116
  - Gemfile
117
+ - LICENSE.txt
117
118
  - README.md
118
119
  - Rakefile
119
120
  - catwalk.gemspec
@@ -135,8 +136,9 @@ files:
135
136
  - spec/spec_helper.rb
136
137
  - spec/support/active_model_lint.rb
137
138
  - spec/support/active_model_proxy_shared_examples.rb
138
- homepage: http://github.com/jonrowe/catwalk
139
- licenses: []
139
+ homepage: http://github.com/JonRowe/catwalk
140
+ licenses:
141
+ - MIT
140
142
  metadata: {}
141
143
  post_install_message:
142
144
  rdoc_options: []
metadata.gz.sig CHANGED
Binary file