rubyjs-rails 0.7.2.1 → 0.7.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: c40d9af359f036e8573b30d48ae716cf314152b3
4
- data.tar.gz: f7670dabc2938475003e44af2c94ac32d3b321ea
3
+ metadata.gz: ba1509f7f36129545a6f924b91f13f55d7c5870f
4
+ data.tar.gz: 12ebd2dae938c52c3bae3b9336d2f0d0c6d28936
5
5
  SHA512:
6
- metadata.gz: fc59892c85827011ada8f6d69062cb4b86f5d8983f591713909c6d3f91d4f50143c89285f842acb874077da5bede2ec4b8f53cdb2d2ba09c990134ebb6f7e378
7
- data.tar.gz: b0d46c61140e4fde66986e1cbcf20e5f51c194eefd1a573167d4b86aacdb6573c8b05a1cc8813ba75c509b956df74fd6c62c14045c7609db2b10cd61e1a50daa
6
+ metadata.gz: 079d478172fc68ffa95b7fc68dea5fd34a693ad6f470cbabd71c94626fa1db61fc74ffd4de51d03dd6677826d8b7caffa68f6b3d102e95521f819b5b29db1efd
7
+ data.tar.gz: d3963b27538e39608d8d634de1c7aa17313a0acc98f795a1497354b0fb29851c60eedca111073a5454d668417cfd24f8712f8636d2e2d4d4baa210b3e73dc0da
data/README.md CHANGED
@@ -17,6 +17,10 @@ Easy as pie.
17
17
 
18
18
  # Changelog
19
19
 
20
+ ### 0.7.2.2
21
+
22
+ - Add MIT Licence to gemspec
23
+
20
24
  ### 0.7.2.1
21
25
 
22
26
  - Make it compatible with Rails 4 version (Now is an instance of `Gem::Version`)
@@ -1,5 +1,5 @@
1
1
  module RubyJS
2
2
  module Rails
3
- VERSION = "0.7.2.1"
3
+ VERSION = "0.7.2.2".freeze
4
4
  end
5
5
  end
data/rubyjs-rails.gemspec CHANGED
@@ -11,6 +11,8 @@ Gem::Specification.new do |s|
11
11
  s.summary = "RubyJS asset pipeline provider/wrapper"
12
12
  s.description = "This gem provides RubyJS, a port of the Ruby core-lib in JavaScript, for your Rails application."
13
13
 
14
+ s.license = 'MIT'
15
+
14
16
  s.files = `git ls-files`.split("\n")
15
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2.1
4
+ version: 0.7.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - PikachuEXE
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-25 00:00:00.000000000 Z
11
+ date: 2013-09-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This gem provides RubyJS, a port of the Ruby core-lib in JavaScript,
14
14
  for your Rails application.
@@ -27,7 +27,8 @@ files:
27
27
  - rubyjs-rails.gemspec
28
28
  - vendor/assets/javascripts/ruby.js
29
29
  homepage: https://github.com/rubyjs/rubyjs-rails
30
- licenses: []
30
+ licenses:
31
+ - MIT
31
32
  metadata: {}
32
33
  post_install_message:
33
34
  rdoc_options: []
@@ -45,8 +46,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
45
46
  version: '0'
46
47
  requirements: []
47
48
  rubyforge_project:
48
- rubygems_version: 2.0.3
49
+ rubygems_version: 2.0.7
49
50
  signing_key:
50
51
  specification_version: 4
51
52
  summary: RubyJS asset pipeline provider/wrapper
52
53
  test_files: []
54
+ has_rdoc: