fungible-rails 0.0.3 → 0.0.4

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.
data/README.md ADDED
@@ -0,0 +1,33 @@
1
+ # Fungible::Rails
2
+
3
+ TODO: Write a gem description
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'fungible-rails'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install fungible-rails
18
+
19
+ ## Usage
20
+
21
+ ## Building
22
+
23
+ Currently:
24
+
25
+ $ rake build-components
26
+
27
+ ## Contributing
28
+
29
+ 1. Fork it
30
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
31
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
32
+ 4. Push to the branch (`git push origin my-new-feature`)
33
+ 5. Create new Pull Request
@@ -1919,4 +1919,4 @@
1919
1919
  .mzx {
1920
1920
  margin-left: 4.8em;
1921
1921
  margin-right: 4.8em;
1922
- }
1922
+ }
@@ -0,0 +1,5 @@
1
+ module Fungible
2
+ module Rails
3
+ VERSION = "0.0.4"
4
+ end
5
+ end
@@ -0,0 +1,8 @@
1
+ require "fungible-rails/version"
2
+
3
+ module Fungible
4
+ module Rails
5
+ class Engine < ::Rails::Engine
6
+ end
7
+ end
8
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fungible-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -34,7 +34,10 @@ executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []
36
36
  files:
37
- - fungible.css
37
+ - lib/fungible-rails/version.rb
38
+ - lib/fungible-rails.rb
39
+ - build/fungible.css
40
+ - README.md
38
41
  homepage: https://github.com/jeffcarp/fungible-rails
39
42
  licenses: []
40
43
  post_install_message: