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 +4 -4
- data/README.md +4 -0
- data/lib/noty-rails/version.rb +1 -1
- data/noty-rails.gemspec +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 119b6e910a047dd45a0b83578ccdb4d645ca72e2
|
|
4
|
+
data.tar.gz: 27b9d414815ae135dfd3d16aafe36716c751d199
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bfd4c7efaa1ade2136f0f1194af027b0ffba1cac6859b9f811109f4467e79b1c8cae7f39203ad496a08d9931978d6d5e7f81492344d8ec383e70a225a840dbc
|
|
7
|
+
data.tar.gz: 6273265e6a511dfea664c73ccd081d7b63d2ef1e46ba6cc102b84a4fd674444eb99310867d9fff8e4c65730b58da8827915a8e5fa9ef977f4a4210b33489cf14
|
data/README.md
CHANGED
data/lib/noty-rails/version.rb
CHANGED
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-
|
|
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: []
|