noty-rails 2.1.0 → 2.1.0.1

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: df308d43dfcfdc3f9d472b0d12ae5b3aeb54d5e2
4
- data.tar.gz: 89a867a5ca5cb043ca13c95802d45f0308ee07d7
3
+ metadata.gz: 119b6e910a047dd45a0b83578ccdb4d645ca72e2
4
+ data.tar.gz: 27b9d414815ae135dfd3d16aafe36716c751d199
5
5
  SHA512:
6
- metadata.gz: 01c148b56d2c478ab91ef08507ef3eb1eb3c0911f52ffb6c0f893e9fc9c6468f06f6cb3161522ab472c2b2e10800063347278055b9a8421b8d8d0f6c511785c1
7
- data.tar.gz: 5c1c3ef1db0fb612eb6a5592413c1461d688d66b4973cdc124fa180e773913080ed76e10d692909737d5e3ee7db65578d5cd2fb0d63634f9352a5141f1e2a635
6
+ metadata.gz: 7bfd4c7efaa1ade2136f0f1194af027b0ffba1cac6859b9f811109f4467e79b1c8cae7f39203ad496a08d9931978d6d5e7f81492344d8ec383e70a225a840dbc
7
+ data.tar.gz: 6273265e6a511dfea664c73ccd081d7b63d2ef1e46ba6cc102b84a4fd674444eb99310867d9fff8e4c65730b58da8827915a8e5fa9ef977f4a4210b33489cf14
data/README.md CHANGED
@@ -27,6 +27,10 @@ $.noty.defaults.layout = 'bottom'
27
27
 
28
28
  # Changelog
29
29
 
30
+ ### 2.1.0.1
31
+
32
+ - Add MIT Licence to gemspec
33
+
30
34
  ### 2.1.0
31
35
 
32
36
  - Update Noty to `2.1.0`
@@ -1,5 +1,5 @@
1
1
  module Noty
2
2
  module Rails
3
- VERSION = "2.1.0"
3
+ VERSION = "2.1.0.1"
4
4
  end
5
5
  end
data/noty-rails.gemspec CHANGED
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/noty/noty-rails"
11
11
  s.summary = "Noty asset pipeline provider/wrapper"
12
12
  s.description = "This gem provides Noty, a jQuery Notification Plugin, for your Rails application."
13
+ s.license = 'MIT'
13
14
 
14
15
  s.files = `git ls-files`.split("\n")
15
16
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noty-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - PikachuEXE
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-03 00:00:00.000000000 Z
11
+ date: 2013-09-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This gem provides Noty, a jQuery Notification Plugin, for your Rails
14
14
  application.
@@ -41,7 +41,8 @@ files:
41
41
  - vendor/assets/javascripts/noty/promise.js
42
42
  - vendor/assets/javascripts/noty/themes/default.js
43
43
  homepage: https://github.com/noty/noty-rails
44
- licenses: []
44
+ licenses:
45
+ - MIT
45
46
  metadata: {}
46
47
  post_install_message:
47
48
  rdoc_options: []