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: 14271193b396ad09c6ab6f82ca05103d7122fa3a
4
- data.tar.gz: ccc87009b68418db04f6d5f73010dad4fe060081
3
+ metadata.gz: 909bc227084b2a0313a60c814e6e496438a1ea70
4
+ data.tar.gz: 8a47253f8a684e59df58ba7e6484d4350ea520ad
5
5
  SHA512:
6
- metadata.gz: 7758164a9b673837c908d4a4bce53a80016dae7576f551582709effb0aa02490e33a7dade3cbd28dd296deaea1fba684bf136a54c09458ee431e89a1482ad664
7
- data.tar.gz: 754fa263812dcaeda8336f3f014070aed8af593f84c589bf1cdee536a859c4bde8f78924694761d373745a030054a1750a8efea5923f62c192e8858ba2f73a60
6
+ metadata.gz: 7dda072fef3a7a2edd0b16ea3d8aef10e5907c20aca4c6250a3cff0a557695abce0cf1ae4f0c880cf84acc54097c58b5fc3fe9a8bf7589a09916ead6bd4e6e7a
7
+ data.tar.gz: 9ccf50ed3c0bf09622204ecdc9d6d2bc67096f38b16fc048d095e70cceeb26e1befde2bce8370cad4ea00422ea631a8137293527c480b2e003e6ebcccdb8cbee
@@ -1,4 +1,4 @@
1
1
  module Euphoria
2
- VERSION = "0.1.3.2"
2
+ VERSION = "0.1.3.3"
3
3
  end
4
4
 
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.2
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/UI-modules.coffee
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
@@ -1,3 +0,0 @@
1
- /*
2
- *= require load
3
- */