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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Lionel
2
2
 
3
- TODO: Write a gem description
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
- Or install it yourself as:
15
+ ## Known Supported Engines
16
16
 
17
- $ gem install lionel
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
- ## Usage
22
+ ## Known Unsupported Engines
20
23
 
21
- TODO: Write usage instructions here
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
@@ -5,12 +5,12 @@ module Rails
5
5
  Null::Object.instance
6
6
  end
7
7
 
8
- class Engine
9
- end
10
-
11
8
  class Railtie
12
9
  def self.method_missing(method, *args, &block)
13
10
  Null::Object.instance
14
11
  end
15
12
  end
13
+
14
+ class Engine < Railtie
15
+ end
16
16
  end
@@ -1,3 +1,3 @@
1
1
  module Lionel
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lionel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: