emblem-rails 0.2.1 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78262d836b3c936cf3cba8a585af792db754dca2
4
- data.tar.gz: f8f22c89067247e5af496fc90842ea5da156e600
3
+ metadata.gz: 384396236571836e4db00b6347587f39ab9d5bfb
4
+ data.tar.gz: 7268f340ec4297ac5652501cf19a46ea317ae6d6
5
5
  SHA512:
6
- metadata.gz: 2b300f7c1fe501692133d3aad313591017be7795d85a72282dec8c3650e2de7a755331a347dfa94177e2302f9c0b5feded86e1c5b4b9471f6ff9d30872a2cccd
7
- data.tar.gz: 2224515699d165ceeb36179d84a9d7afff20dd435c7a4ee5a3d8d625cd09ec20b3334f96138d466ea81679f74f49343de380b12b8b1ae93efa16b46c3bf32abd
6
+ metadata.gz: 591bdbb3ac392a21c90c9665bb885fb63f720cc3520f9ddeb06ee7ac98c302f405479222a5560f206050e7afdbcc0b5ded552120dd17fccba9d2820b8a228e59
7
+ data.tar.gz: ba75c0e3c1a70314bb18f79fb9b23f07d5327d3c4507196ba97834cca59be6f7ab31b783cb2aa293e70e0382f89737413927178aa05802a18d347d4f62abf7c9
data/README.md CHANGED
@@ -6,13 +6,21 @@ Integrate [Emblem.js](https://github.com/machty/emblem.js) with ember-rails
6
6
 
7
7
  Add `gem 'emblem-rails'` to your application's Gemfile after `ember-rails`:
8
8
 
9
- gem 'ember-rails'
10
- gem 'emblem-rails'
9
+ ```ruby
10
+ gem 'ember-rails'
11
+ gem 'emblem-rails'
11
12
 
13
+ # If you are using Ember 1.9, you will currently need to specify the master branch of
14
+ # emblem source, and a fork of barber-emblem:
15
+
16
+ gem "emblem-source", github: "machty/emblem.js"
17
+ gem "barber-emblem", github: "simcha/barber-emblem"
18
+ ```
12
19
  And then execute:
13
20
 
14
21
  $ bundle
15
22
 
23
+
16
24
  Now any templates ending in `.emblem` will be compiled as
17
25
  Ember-Handlebars templates. If you need to compile your Emblem templates
18
26
  with vanilla Handlebars, use the `.raw.emblem` extension.
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{Use emblem.js with ember-rails - see https://github.com/machty/emblem.js}
12
12
  gem.summary = %q{Use emblem.js with ember-rails}
13
13
  gem.homepage = "http://github.com/alexspeller/emblem-rails"
14
+ gem.license = 'MIT'
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  module Emblem
2
2
  module Rails
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emblem-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Speller
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-26 00:00:00.000000000 Z
12
+ date: 2015-01-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: barber-emblem
@@ -57,7 +57,8 @@ files:
57
57
  - lib/emblem/rails/template.rb
58
58
  - lib/emblem/rails/version.rb
59
59
  homepage: http://github.com/alexspeller/emblem-rails
60
- licenses: []
60
+ licenses:
61
+ - MIT
61
62
  metadata: {}
62
63
  post_install_message:
63
64
  rdoc_options: []
@@ -75,8 +76,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
76
  version: '0'
76
77
  requirements: []
77
78
  rubyforge_project:
78
- rubygems_version: 2.0.3
79
+ rubygems_version: 2.2.2
79
80
  signing_key:
80
81
  specification_version: 4
81
82
  summary: Use emblem.js with ember-rails
82
83
  test_files: []
84
+ has_rdoc: