epyce 0.8.3.01 → 0.8.3.02
Sign up to get free protection for your applications and to get access to all the features.
- data/epyce.gemspec +1 -1
- data/lib/epyce/version.rb +1 -1
- metadata +8 -8
data/epyce.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.name = "epyce"
|
11
11
|
s.authors = ["Yann Armand"]
|
12
12
|
s.summary = %q{### Project Discontinued### A rails layout including skeleton, HTML5S and knockout }
|
13
|
-
s.description = %q{define a new layout and change asset manager defaults to get advantage of skeleton (http://www.getskeleton.com/),Damian Le Nouaille HTML5S (https://github.com/damln/Html5S) and knockout (http://knockoutjs.com)}
|
13
|
+
s.description = %q{### Project Discontinued### define a new layout and change asset manager defaults to get advantage of skeleton (http://www.getskeleton.com/),Damian Le Nouaille HTML5S (https://github.com/damln/Html5S) and knockout (http://knockoutjs.com)}
|
14
14
|
s.email = "yann@harakys.com"
|
15
15
|
s.homepage = "http://github.com/yarmand/epyce"
|
16
16
|
s.has_rdoc = false
|
data/lib/epyce/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: epyce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.3.
|
4
|
+
version: 0.8.3.02
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2011-09-06 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
16
|
-
requirement: &
|
16
|
+
requirement: &70188028506180 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 3.1.0.rc1
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70188028506180
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: haml
|
27
|
-
requirement: &
|
27
|
+
requirement: &70188028536960 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: '0'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
36
|
-
description: define a new layout and change asset manager
|
37
|
-
of skeleton (http://www.getskeleton.com/),Damian Le Nouaille
|
38
|
-
and knockout (http://knockoutjs.com)
|
35
|
+
version_requirements: *70188028536960
|
36
|
+
description: ! '### Project Discontinued### define a new layout and change asset manager
|
37
|
+
defaults to get advantage of skeleton (http://www.getskeleton.com/),Damian Le Nouaille
|
38
|
+
HTML5S (https://github.com/damln/Html5S) and knockout (http://knockoutjs.com)'
|
39
39
|
email: yann@harakys.com
|
40
40
|
executables: []
|
41
41
|
extensions: []
|