turning 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.
- data/lib/turning/version.rb +1 -1
- data/turning.gemspec +2 -2
- metadata +5 -5
data/lib/turning/version.rb
CHANGED
data/turning.gemspec
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
require File.expand_path('../lib/turning/version', __FILE__)
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
|
-
gem.authors = ["Joe Ferris"]
|
|
6
|
-
gem.email = ["
|
|
5
|
+
gem.authors = ["Joe Ferris and Mike Burns"]
|
|
6
|
+
gem.email = ["support@thoughtbot.com"]
|
|
7
7
|
gem.description = %q{The wheels in the sky keep on turning}
|
|
8
8
|
gem.summary = %q{A tiny framework to render views whenever data changes rather than re-rendering on every visit.}
|
|
9
9
|
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turning
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
- Joe Ferris
|
|
8
|
+
- Joe Ferris and Mike Burns
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
@@ -141,7 +141,7 @@ dependencies:
|
|
|
141
141
|
version: '0'
|
|
142
142
|
description: The wheels in the sky keep on turning
|
|
143
143
|
email:
|
|
144
|
-
-
|
|
144
|
+
- support@thoughtbot.com
|
|
145
145
|
executables: []
|
|
146
146
|
extensions: []
|
|
147
147
|
extra_rdoc_files: []
|
|
@@ -191,7 +191,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
191
191
|
version: '0'
|
|
192
192
|
segments:
|
|
193
193
|
- 0
|
|
194
|
-
hash:
|
|
194
|
+
hash: 2284869321533141308
|
|
195
195
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
196
196
|
none: false
|
|
197
197
|
requirements:
|
|
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
200
200
|
version: '0'
|
|
201
201
|
segments:
|
|
202
202
|
- 0
|
|
203
|
-
hash:
|
|
203
|
+
hash: 2284869321533141308
|
|
204
204
|
requirements: []
|
|
205
205
|
rubyforge_project:
|
|
206
206
|
rubygems_version: 1.8.21
|