euphoria 0.1.2 → 0.1.3.1

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: 4ed6150d0eaf4a8e87fe0a58d76cb830f65af6dc
4
- data.tar.gz: 87f94f29eb63669f5784a2980deee63af0dc935f
3
+ metadata.gz: 220236a8708d99694db5fd8b89f9baf03a953bcb
4
+ data.tar.gz: 24a5f41153b4cb71209352259ebc13ecf91ca2af
5
5
  SHA512:
6
- metadata.gz: 15cbfbfc72a62ca4898e0c28f2a2a2815968cbfdce5591b92b71ad865d740bcf9826ccbd86f373b1889e974d24f903cff8af6e9e3ca788d7cb7457731868586c
7
- data.tar.gz: 7c21214eea2c3c72436de0f5fe5ec9d6d2bb096c0c9912e199825e6f206c25a6187253b1fe8c0592e1b527f0aabf1a571b4fc21ec8c30a65ed7c261da5558e18
6
+ metadata.gz: 03ca57d76fd24813eae0e0bd6936585af58f21cd7da90079802aee118ea45ddbc07a06e46e4ffbf6ec9dd93d46ba275c6e0cf4d32f20deb8900d41516f320bab
7
+ data.tar.gz: d21ae8105117f1883936cb0e9ea5c93419d6871be206ef01533e09fac9d47b62dcca8441a94fa2137b4b0fb9bc16243dfb9e8764698ebac2665682ab2c5964a2
data/README.md CHANGED
@@ -23,7 +23,7 @@ Or install it yourself as:
23
23
  TODO:
24
24
 
25
25
  In the application.js add //= require UI-modules
26
- In the application.js add *= require load
26
+ In the application.css add *= require load
27
27
 
28
28
  ## Development
29
29
 
@@ -1 +1 @@
1
- //= require UI-modules
1
+ //= require ./UI-modules
data/lib/euphoria.rb CHANGED
@@ -1,8 +1,3 @@
1
- require "euphoria/version"
2
-
3
1
  module Euphoria
4
- module Rails
5
- class Engine < ::Rails::Engine
6
- end
7
- end
2
+ require "euphoria/engine"
8
3
  end
@@ -0,0 +1,6 @@
1
+ module Euphoria
2
+ module Rails
3
+ class Engine < Rails::Engine
4
+ end
5
+ end
6
+ end
@@ -1,3 +1,4 @@
1
1
  module Euphoria
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3.1"
3
3
  end
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.2
4
+ version: 0.1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - paul brunache
@@ -113,6 +113,7 @@ files:
113
113
  - bin/setup
114
114
  - euphoria.gemspec
115
115
  - lib/euphoria.rb
116
+ - lib/euphoria/engine.rb
116
117
  - lib/euphoria/version.rb
117
118
  homepage: https://github.com/PaulBrunache/Euphoria
118
119
  licenses: