euphoria 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (19) hide show
  1. checksums.yaml +4 -4
  2. data/{assets/javascripts/interface → app/assets/javascripts/euphoria}/UI-modules.coffee +0 -0
  3. data/app/assets/javascripts/euphoria/index.js +1 -0
  4. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_buttons.sass +0 -0
  5. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_forms.sass +0 -0
  6. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_menus.sass +0 -0
  7. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/components/_tables.sass +0 -0
  8. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/core/_containers.sass +0 -0
  9. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/core/_grids.sass +0 -0
  10. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/core/_responsive.sass +0 -0
  11. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/core/_type.sass +0 -0
  12. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/helpers/_mixins.sass +0 -0
  13. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/helpers/_reset.sass +0 -0
  14. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/index.css +0 -0
  15. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/interface/parallax.sass +0 -0
  16. data/{assets/stylesheets/euphoria css → app/assets/stylesheets/euphoria}/load.sass +0 -0
  17. data/lib/euphoria/version.rb +1 -1
  18. metadata +16 -16
  19. data/assets/javascripts/interface/index.js +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3770299811d6a04ef26df4b034cf5774044a9922
4
- data.tar.gz: 566d1e2e955e910c16f0d854420806d7f0513591
3
+ metadata.gz: 4ed6150d0eaf4a8e87fe0a58d76cb830f65af6dc
4
+ data.tar.gz: 87f94f29eb63669f5784a2980deee63af0dc935f
5
5
  SHA512:
6
- metadata.gz: 35507bdcf212ccae2f5ad592cdef19dab9a0c99e7401893f230e6e3adb7fe36ad28f148897d48363f64ac51d8d19d259881421c0a4661c0125b31182db406630
7
- data.tar.gz: 088ef720a2923fec18164a3ea9385b7a0fa096bc5604ea0540598583cb7b5e005a5b38dc32b797a765dd3458a30e81fdfdfe9052b4ae43aa8d475a36cc53c185
6
+ metadata.gz: 15cbfbfc72a62ca4898e0c28f2a2a2815968cbfdce5591b92b71ad865d740bcf9826ccbd86f373b1889e974d24f903cff8af6e9e3ca788d7cb7457731868586c
7
+ data.tar.gz: 7c21214eea2c3c72436de0f5fe5ec9d6d2bb096c0c9912e199825e6f206c25a6187253b1fe8c0592e1b527f0aabf1a571b4fc21ec8c30a65ed7c261da5558e18
@@ -0,0 +1 @@
1
+ //= require UI-modules
@@ -1,3 +1,3 @@
1
1
  module Euphoria
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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/interface/UI-modules.coffee
98
- - assets/javascripts/interface/index.js
99
- - assets/stylesheets/euphoria css/components/_buttons.sass
100
- - assets/stylesheets/euphoria css/components/_forms.sass
101
- - assets/stylesheets/euphoria css/components/_menus.sass
102
- - assets/stylesheets/euphoria css/components/_tables.sass
103
- - assets/stylesheets/euphoria css/core/_containers.sass
104
- - assets/stylesheets/euphoria css/core/_grids.sass
105
- - assets/stylesheets/euphoria css/core/_responsive.sass
106
- - assets/stylesheets/euphoria css/core/_type.sass
107
- - assets/stylesheets/euphoria css/helpers/_mixins.sass
108
- - assets/stylesheets/euphoria css/helpers/_reset.sass
109
- - assets/stylesheets/euphoria css/index.css
110
- - assets/stylesheets/euphoria css/interface/parallax.sass
111
- - assets/stylesheets/euphoria css/load.sass
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