sprockets-umodule 1.1.0 → 1.1.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: 3fac1b724d5ddcf8fd7af63a13b517783d3a8ae5
4
- data.tar.gz: c145b7522e79a28e83037761143dd6f01833f674
3
+ metadata.gz: b4342a961f4c66fa1d1b646791773a6733e7c50d
4
+ data.tar.gz: cb8f75df89499246c5b0c9821b7c48fcc1c94fdc
5
5
  SHA512:
6
- metadata.gz: 127119840a092b45c59cfb3d6a94809ca4646d3177c169a6bdb0f02da1410ad1725b218a8e5f045761ac3063deef3dbd48224096cb4c39017f7dd78fce43a873
7
- data.tar.gz: 43bd520fe7cffc318f652a60df78f3a175568e482a72eb959a3430cad3a8eee4384781e386cccf6d71dbf14c6b93388e49f8813fe9087cbd7eee350dca6ee9fc
6
+ metadata.gz: 09cbb19999f53e01237cee845dfa468e64764bea037a5375507f7cf804c6e1dfa6bccf2efb2e779a4bcd59b332cf22bf68875d479d68bbecc90c32fa8e2e603c
7
+ data.tar.gz: 8de0c315bafbd669efcea04f77c86d403cd4c0422e989abcff24c8946e7465e5c3ccb706b716209eb9888fadf3b9a247b2bd44303742ec6e338dc70ef2b63667
@@ -1,6 +1,6 @@
1
1
  # sprockets-umodule
2
2
 
3
- [umodule-js](https://github.com/lloeki/umodule-js) integration with Sprockets
3
+ [umodule-js](https://github.com/lloeki/umodule-js) integration with Sprockets (and Rails)
4
4
 
5
5
  ## Goal
6
6
 
@@ -1,3 +1,4 @@
1
+ require 'umodule-source'
1
2
  require 'sprockets/umodule/version'
2
3
  require 'sprockets/umodule/wrapper'
3
4
  require 'sprockets/engines'
@@ -1,5 +1,5 @@
1
1
  module Sprockets
2
2
  module Umodule
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.1'
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path('../lib', __FILE__)
2
+ $LOAD_PATH.push File.expand_path('../lib', __FILE__)
3
3
  require 'sprockets/umodule/version'
4
4
 
5
5
  Gem::Specification.new do |s|
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.authors = ['Loic Nageleisen']
9
9
  s.email = ['loic.nageleisen@gmail.com']
10
10
  s.homepage = 'http://github.com/lloeki/sprockets-umodule'
11
+ s.license = 'MIT'
11
12
  s.summary = %q{uModule wrapping for the Sprockets asset pipeline.}
12
13
  s.description = %q{uModule wrapping for the Sprockets asset pipeline.}
13
14
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprockets-umodule
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Loic Nageleisen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-01 00:00:00.000000000 Z
11
+ date: 2013-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: umodule-source
@@ -117,7 +117,8 @@ files:
117
117
  - spec/sprockets-umodule_spec.rb
118
118
  - sprockets-umodule.gemspec
119
119
  homepage: http://github.com/lloeki/sprockets-umodule
120
- licenses: []
120
+ licenses:
121
+ - MIT
121
122
  metadata: {}
122
123
  post_install_message:
123
124
  rdoc_options: []