epyce 0.8.3 → 0.8.3.01
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/README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
Epyce
|
|
2
2
|
=====
|
|
3
3
|
|
|
4
|
+
** Project Discontinued **
|
|
5
|
+
I top this project because I changed my way of working with RAils assets pipeline.
|
|
6
|
+
A new project will comes later.
|
|
7
|
+
In the meantime you ca have a look of this post : [Javascript initializers to your views with Rails 3.1 and CoffeeScript](http://blog.harakys.fr/javascript-initializers-to-your-views-with-rails-3-1-and-coffeescript-2/)
|
|
8
|
+
|
|
9
|
+
**WARNING:**
|
|
10
|
+
HTML5S project is dead and will be replaced by [https://github.com/damln/Epycea](epycea), adding dynamic behaviors and valuable sass mixins. Future release of **epyce** (0.9.0) will include these changes and will deprecate code in epyce.css (reset.css, screen.css and obile.css)
|
|
11
|
+
|
|
4
12
|
HTML Epyce is a a rails layout including configurable Skeleton, HTML5S and knockout.js
|
|
5
13
|
|
|
6
14
|
* skeleton (http://www.getskeleton.com/)
|
|
@@ -110,8 +118,12 @@ This mean for example you set `$skeleton_global_width: 1350px`, skeleton will us
|
|
|
110
118
|
|
|
111
119
|
Todo
|
|
112
120
|
====
|
|
121
|
+
* replace HTML5S with [https://github.com/damln/Epycea](epycea)
|
|
122
|
+
* write namespace based pre-compile for production ENV. This way all Assets should be precompiled again in prod with code conflict
|
|
113
123
|
* Still need to place the icons in the right location
|
|
124
|
+
* create a epyce-knockout gem and depend on it
|
|
114
125
|
* Helpers for knockout.js
|
|
126
|
+
* create a epyce-backbone gem to integrate backbone.js
|
|
115
127
|
|
|
116
128
|
License
|
|
117
129
|
=======
|
data/epyce.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
|
|
10
10
|
s.name = "epyce"
|
|
11
11
|
s.authors = ["Yann Armand"]
|
|
12
|
-
s.summary = %q{A rails layout including skeleton, HTML5S and knockout }
|
|
12
|
+
s.summary = %q{### Project Discontinued### A rails layout including skeleton, HTML5S and knockout }
|
|
13
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)}
|
|
14
14
|
s.email = "yann@harakys.com"
|
|
15
15
|
s.homepage = "http://github.com/yarmand/epyce"
|
data/lib/epyce/version.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# remove the '=' for sign to disable some libs
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
# require epyce-libs-debug/dd_belatedpng.min.js
|
|
4
4
|
#= require epyce-libs-debug/head.js
|
|
5
5
|
#= require epyce-libs-debug/knockout.debug.js
|
|
6
6
|
#= require epyce-libs-debug/respond.min.js
|
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.01
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,12 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-
|
|
13
|
-
default_executable:
|
|
12
|
+
date: 2011-09-06 00:00:00.000000000Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: railties
|
|
17
|
-
requirement: &
|
|
16
|
+
requirement: &70335949026100 !ruby/object:Gem::Requirement
|
|
18
17
|
none: false
|
|
19
18
|
requirements:
|
|
20
19
|
- - ~>
|
|
@@ -22,10 +21,10 @@ dependencies:
|
|
|
22
21
|
version: 3.1.0.rc1
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70335949026100
|
|
26
25
|
- !ruby/object:Gem::Dependency
|
|
27
26
|
name: haml
|
|
28
|
-
requirement: &
|
|
27
|
+
requirement: &70335949084720 !ruby/object:Gem::Requirement
|
|
29
28
|
none: false
|
|
30
29
|
requirements:
|
|
31
30
|
- - ! '>='
|
|
@@ -33,7 +32,7 @@ dependencies:
|
|
|
33
32
|
version: '0'
|
|
34
33
|
type: :runtime
|
|
35
34
|
prerelease: false
|
|
36
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70335949084720
|
|
37
36
|
description: define a new layout and change asset manager defaults to get advantage
|
|
38
37
|
of skeleton (http://www.getskeleton.com/),Damian Le Nouaille HTML5S (https://github.com/damln/Html5S)
|
|
39
38
|
and knockout (http://knockoutjs.com)
|
|
@@ -86,7 +85,6 @@ files:
|
|
|
86
85
|
- vendor/assets/stylesheets/skeleton/layout.css
|
|
87
86
|
- vendor/assets/stylesheets/skeleton/skeleton.css
|
|
88
87
|
- vendor/assets/stylesheets/skeleton/skeleton.sass
|
|
89
|
-
has_rdoc: true
|
|
90
88
|
homepage: http://github.com/yarmand/epyce
|
|
91
89
|
licenses: []
|
|
92
90
|
post_install_message:
|
|
@@ -107,8 +105,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
105
|
version: '0'
|
|
108
106
|
requirements: []
|
|
109
107
|
rubyforge_project:
|
|
110
|
-
rubygems_version: 1.
|
|
108
|
+
rubygems_version: 1.8.7
|
|
111
109
|
signing_key:
|
|
112
110
|
specification_version: 3
|
|
113
|
-
summary: A rails layout including skeleton, HTML5S
|
|
111
|
+
summary: ! '### Project Discontinued### A rails layout including skeleton, HTML5S
|
|
112
|
+
and knockout'
|
|
114
113
|
test_files: []
|