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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 056f701bbecf3f462f5015dbed18ae346e63a54b
4
- data.tar.gz: 115e138e746dcb9962465d7a7f87d7b53ea17dbd
3
+ metadata.gz: 7333f8f8c9de6b3de4d275c280a4b5452093d2ad
4
+ data.tar.gz: c5515b636d824b9aa2e42c98d52c5274ebd4620e
5
5
  SHA512:
6
- metadata.gz: 451999a29bdd281bc3626e75a34ba594a92c1c2c2e8dc04bcc82588a2a9aa69c535a7b6f79059da0502af5c15ee9e18f19686679ae14df75b20c309b65daa921
7
- data.tar.gz: 59d5bba055bc977061f3dc829fb210c8d76d3e69155a47a36b49690ea56363a9274cb2210f4cc03934aa1bfc8536f2b6b8396e2b6e67ea41672f6444d8f4cf9b
6
+ metadata.gz: ac8a102aaf731cfd71138935db06566e22e30eb442a0807a39089e504d425f9bc0d7eeb66596f9eca3a22d909f21e3c625684d3909285457602dd86082684897
7
+ data.tar.gz: 37758d665a7170b6f91b6e7f6bf4c021d97d56d9b3f17ca99d0521d92936e01ee0532c02b44300d635e3c38546bc0510823612ea544a3fa6b1c6cc7d2fa9c4a0
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://rubygems.org/gems/aui_flash"
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'
@@ -1,3 +1,3 @@
1
1
  module AuiFlash
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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://rubygems.org/gems/aui_flash
70
+ homepage: https://github.com/duet-ngyen/aui_flash
70
71
  licenses:
71
72
  - MIT
72
73
  metadata: {}