lionel 0.0.1 → 0.0.2
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 +12 -5
- data/lib/lionel/rails.rb +3 -3
- data/lib/lionel/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Lionel
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Engine gems are convenient for versioning and packaging static assets. Lionel lets you use assets packaged as Engines without depending on Rails.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -12,13 +12,20 @@ And then execute:
|
|
|
12
12
|
|
|
13
13
|
$ bundle
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
## Known Supported Engines
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* [jquery-rails](https://rubygems.org/gems/jquery-rails)
|
|
18
|
+
* [jquery-ui-rails](https://rubygems.org/gems/jquery-ui-rails)
|
|
19
|
+
* [knockoutjs-rails](https://rubygems.org/gems/knockoutjs-rails)
|
|
20
|
+
* [underscore-rails](https://rubygems.org/gems/underscore-rails)
|
|
18
21
|
|
|
19
|
-
##
|
|
22
|
+
## Known Unsupported Engines
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
* [backbone-rails](https://rubygems.org/gems/backbone-rails) - depends on Rails so lionel isn't necessary.
|
|
25
|
+
|
|
26
|
+
## Known Supported Frameworks
|
|
27
|
+
|
|
28
|
+
* [Middleman](http://middlemanapp.com/): [Demo App](https://github.com/gkop/lionel-middleman-demo)
|
|
22
29
|
|
|
23
30
|
## Contributing
|
|
24
31
|
|
data/lib/lionel/rails.rb
CHANGED
data/lib/lionel/version.rb
CHANGED