aui_flash 0.1.2 → 0.1.3
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/aui_flash-0.1.2.gem +0 -0
- data/aui_flash.gemspec +1 -1
- data/lib/aui_flash/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7333f8f8c9de6b3de4d275c280a4b5452093d2ad
|
|
4
|
+
data.tar.gz: c5515b636d824b9aa2e42c98d52c5274ebd4620e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac8a102aaf731cfd71138935db06566e22e30eb442a0807a39089e504d425f9bc0d7eeb66596f9eca3a22d909f21e3c625684d3909285457602dd86082684897
|
|
7
|
+
data.tar.gz: 37758d665a7170b6f91b6e7f6bf4c021d97d56d9b3f17ca99d0521d92936e01ee0532c02b44300d635e3c38546bc0510823612ea544a3fa6b1c6cc7d2fa9c4a0
|
data/aui_flash-0.1.2.gem
ADDED
|
Binary file
|
data/aui_flash.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = "build flash message"
|
|
13
13
|
spec.description = "support to build flash and message with the atlassian style"
|
|
14
|
-
spec.homepage = "https://
|
|
14
|
+
spec.homepage = "https://github.com/duet-ngyen/aui_flash"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
data/lib/aui_flash/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aui_flash
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Duyet Nguyen
|
|
@@ -53,6 +53,7 @@ files:
|
|
|
53
53
|
- Rakefile
|
|
54
54
|
- aui_flash-0.1.0.gem
|
|
55
55
|
- aui_flash-0.1.1.gem
|
|
56
|
+
- aui_flash-0.1.2.gem
|
|
56
57
|
- aui_flash.gemspec
|
|
57
58
|
- bin/console
|
|
58
59
|
- bin/setup
|
|
@@ -66,7 +67,7 @@ files:
|
|
|
66
67
|
- vendor/assets/images/icons/messages/icon-warning-grey.png
|
|
67
68
|
- vendor/assets/javascripts/aui-flash.js
|
|
68
69
|
- vendor/assets/stylesheets/aui-flash.css
|
|
69
|
-
homepage: https://
|
|
70
|
+
homepage: https://github.com/duet-ngyen/aui_flash
|
|
70
71
|
licenses:
|
|
71
72
|
- MIT
|
|
72
73
|
metadata: {}
|