euphoria 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/{assets/javascripts/interface → app/assets/javascripts/euphoria}/UI-modules.coffee +0 -0
- data/app/assets/javascripts/euphoria/index.js +1 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_buttons.sass +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_forms.sass +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_menus.sass +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_tables.sass +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/core/_containers.sass +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/core/_grids.sass +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/core/_responsive.sass +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/core/_type.sass +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/helpers/_mixins.sass +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/helpers/_reset.sass +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/index.css +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/interface/parallax.sass +0 -0
- data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/load.sass +0 -0
- data/lib/euphoria/version.rb +1 -1
- metadata +16 -16
- data/assets/javascripts/interface/index.js +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ed6150d0eaf4a8e87fe0a58d76cb830f65af6dc
|
|
4
|
+
data.tar.gz: 87f94f29eb63669f5784a2980deee63af0dc935f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15cbfbfc72a62ca4898e0c28f2a2a2815968cbfdce5591b92b71ad865d740bcf9826ccbd86f373b1889e974d24f903cff8af6e9e3ca788d7cb7457731868586c
|
|
7
|
+
data.tar.gz: 7c21214eea2c3c72436de0f5fe5ec9d6d2bb096c0c9912e199825e6f206c25a6187253b1fe8c0592e1b527f0aabf1a571b4fc21ec8c30a65ed7c261da5558e18
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//= require UI-modules
|
data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_buttons.sass
RENAMED
|
File without changes
|
data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_forms.sass
RENAMED
|
File without changes
|
data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_menus.sass
RENAMED
|
File without changes
|
data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_tables.sass
RENAMED
|
File without changes
|
data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/core/_containers.sass
RENAMED
|
File without changes
|
|
File without changes
|
data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/core/_responsive.sass
RENAMED
|
File without changes
|
|
File without changes
|
data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/helpers/_mixins.sass
RENAMED
|
File without changes
|
data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/helpers/_reset.sass
RENAMED
|
File without changes
|
|
File without changes
|
data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/interface/parallax.sass
RENAMED
|
File without changes
|
|
File without changes
|
data/lib/euphoria/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: euphoria
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- paul brunache
|
|
@@ -94,21 +94,21 @@ files:
|
|
|
94
94
|
- LICENSE.txt
|
|
95
95
|
- README.md
|
|
96
96
|
- Rakefile
|
|
97
|
-
- assets/javascripts/
|
|
98
|
-
- assets/javascripts/
|
|
99
|
-
- assets/stylesheets/euphoria
|
|
100
|
-
- assets/stylesheets/euphoria
|
|
101
|
-
- assets/stylesheets/euphoria
|
|
102
|
-
- assets/stylesheets/euphoria
|
|
103
|
-
- assets/stylesheets/euphoria
|
|
104
|
-
- assets/stylesheets/euphoria
|
|
105
|
-
- assets/stylesheets/euphoria
|
|
106
|
-
- assets/stylesheets/euphoria
|
|
107
|
-
- assets/stylesheets/euphoria
|
|
108
|
-
- assets/stylesheets/euphoria
|
|
109
|
-
- assets/stylesheets/euphoria
|
|
110
|
-
- assets/stylesheets/euphoria
|
|
111
|
-
- assets/stylesheets/euphoria
|
|
97
|
+
- app/assets/javascripts/euphoria/UI-modules.coffee
|
|
98
|
+
- app/assets/javascripts/euphoria/index.js
|
|
99
|
+
- app/assets/stylesheets/euphoria/components/_buttons.sass
|
|
100
|
+
- app/assets/stylesheets/euphoria/components/_forms.sass
|
|
101
|
+
- app/assets/stylesheets/euphoria/components/_menus.sass
|
|
102
|
+
- app/assets/stylesheets/euphoria/components/_tables.sass
|
|
103
|
+
- app/assets/stylesheets/euphoria/core/_containers.sass
|
|
104
|
+
- app/assets/stylesheets/euphoria/core/_grids.sass
|
|
105
|
+
- app/assets/stylesheets/euphoria/core/_responsive.sass
|
|
106
|
+
- app/assets/stylesheets/euphoria/core/_type.sass
|
|
107
|
+
- app/assets/stylesheets/euphoria/helpers/_mixins.sass
|
|
108
|
+
- app/assets/stylesheets/euphoria/helpers/_reset.sass
|
|
109
|
+
- app/assets/stylesheets/euphoria/index.css
|
|
110
|
+
- app/assets/stylesheets/euphoria/interface/parallax.sass
|
|
111
|
+
- app/assets/stylesheets/euphoria/load.sass
|
|
112
112
|
- bin/console
|
|
113
113
|
- bin/setup
|
|
114
114
|
- euphoria.gemspec
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//= require ./UI-modules
|