euphoria 0.1.3.2 → 0.1.3.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 909bc227084b2a0313a60c814e6e496438a1ea70
|
4
|
+
data.tar.gz: 8a47253f8a684e59df58ba7e6484d4350ea520ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dda072fef3a7a2edd0b16ea3d8aef10e5907c20aca4c6250a3cff0a557695abce0cf1ae4f0c880cf84acc54097c58b5fc3fe9a8bf7589a09916ead6bd4e6e7a
|
7
|
+
data.tar.gz: 9ccf50ed3c0bf09622204ecdc9d6d2bc67096f38b16fc048d095e70cceeb26e1befde2bce8370cad4ea00422ea631a8137293527c480b2e003e6ebcccdb8cbee
|
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.3.
|
4
|
+
version: 0.1.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- paul brunache
|
@@ -94,8 +94,7 @@ files:
|
|
94
94
|
- LICENSE.txt
|
95
95
|
- README.md
|
96
96
|
- Rakefile
|
97
|
-
- app/assets/javascripts/euphoria/
|
98
|
-
- app/assets/javascripts/euphoria/index.js
|
97
|
+
- app/assets/javascripts/euphoria/UI_Modules.coffee
|
99
98
|
- app/assets/stylesheets/euphoria/components/_buttons.sass
|
100
99
|
- app/assets/stylesheets/euphoria/components/_forms.sass
|
101
100
|
- app/assets/stylesheets/euphoria/components/_menus.sass
|
@@ -106,7 +105,6 @@ files:
|
|
106
105
|
- app/assets/stylesheets/euphoria/core/_type.sass
|
107
106
|
- app/assets/stylesheets/euphoria/helpers/_mixins.sass
|
108
107
|
- app/assets/stylesheets/euphoria/helpers/_reset.sass
|
109
|
-
- app/assets/stylesheets/euphoria/index.css
|
110
108
|
- app/assets/stylesheets/euphoria/interface/parallax.sass
|
111
109
|
- app/assets/stylesheets/euphoria/load.sass
|
112
110
|
- bin/console
|
@@ -1 +0,0 @@
|
|
1
|
-
//= require ./UI-modules
|