epyce 0.8.3.01 → 0.8.3.02

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.
Files changed (3) hide show
  1. data/epyce.gemspec +1 -1
  2. data/lib/epyce/version.rb +1 -1
  3. metadata +8 -8
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Epyce
2
- VERSION = "0.8.3.01"
2
+ VERSION = "0.8.3.02"
3
3
  VERSION_DATE = "2011-09-06"
4
4
  SKELETON_VERSION = "1.0.3"
5
5
  KNOCKOUT_VERSION = "1.2.1"
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.01
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: &70335949026100 !ruby/object:Gem::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: *70335949026100
24
+ version_requirements: *70188028506180
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: haml
27
- requirement: &70335949084720 !ruby/object:Gem::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: *70335949084720
36
- description: define a new layout and change asset manager defaults to get advantage
37
- of skeleton (http://www.getskeleton.com/),Damian Le Nouaille HTML5S (https://github.com/damln/Html5S)
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: []