playmo 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/playmo.gemspec +2 -2
- metadata +2 -2
data/playmo.gemspec
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
$:.push File.expand_path("../lib", __FILE__)
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
|
-
s.version = "0.0.
|
5
|
+
s.version = "0.0.6"
|
6
6
|
s.name = "playmo"
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
8
|
s.authors = ["Andrew Kozloff"]
|
9
9
|
s.email = ["andrew@tanraya.com"]
|
10
10
|
s.homepage = "https://github.com/tanraya/playmo"
|
11
|
-
s.summary = %q{Special kit that allows you create Rails 3 apps quick with pre-included few useful libs in your app
|
11
|
+
s.summary = %q{Special kit that allows you create html5-ready Rails 3 apps quick with pre-included few useful libs in your app}
|
12
12
|
|
13
13
|
s.rubyforge_project = "playmo"
|
14
14
|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: playmo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Andrew Kozloff
|
@@ -107,6 +107,6 @@ rubyforge_project: playmo
|
|
107
107
|
rubygems_version: 1.6.1
|
108
108
|
signing_key:
|
109
109
|
specification_version: 3
|
110
|
-
summary: Special kit that allows you create Rails 3 apps quick with pre-included few useful libs in your app
|
110
|
+
summary: Special kit that allows you create html5-ready Rails 3 apps quick with pre-included few useful libs in your app
|
111
111
|
test_files: []
|
112
112
|
|