ultimate-flash 0.8.0 → 0.8.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.
- data/.gitignore +1 -0
- data/Gemfile +0 -1
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/Rakefile +1 -1
- data/app/assets/stylesheets/ultimate/flash.scss +2 -0
- data/lib/ultimate-flash.rb +2 -2
- data/lib/ultimate-flash/version.rb +1 -1
- data/ultimate-flash.gemspec +0 -2
- metadata +4 -21
- data/Gemfile.lock +0 -16
data/.gitignore
CHANGED
data/Gemfile
CHANGED
data/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2011-
|
|
1
|
+
Copyright (c) 2011-2013 Dmitry Karpunin (aka KODer) koderfunk@gmail.com
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
4
|
of this software and associated documentation files (the "Software"), to deal
|
data/README.md
CHANGED
|
@@ -21,7 +21,7 @@ flash.notice('Hello.');
|
|
|
21
21
|
|
|
22
22
|
The MIT License
|
|
23
23
|
|
|
24
|
-
Copyright (c) 2011-
|
|
24
|
+
Copyright (c) 2011-2013 Dmitry Karpunin (aka KODer) koderfunk@gmail.com
|
|
25
25
|
|
|
26
26
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27
27
|
of this software and associated documentation files (the "Software"), to deal
|
data/Rakefile
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
require
|
|
1
|
+
require 'bundler/gem_tasks'
|
data/lib/ultimate-flash.rb
CHANGED
data/ultimate-flash.gemspec
CHANGED
|
@@ -13,8 +13,6 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
|
|
14
14
|
s.rubyforge_project = 'ultimate-flash'
|
|
15
15
|
|
|
16
|
-
s.add_dependency 'ultimate-base', '~> 0.4.0'
|
|
17
|
-
|
|
18
16
|
s.files = `git ls-files`.split("\n")
|
|
19
17
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
20
18
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultimate-flash
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,24 +9,8 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
13
|
-
dependencies:
|
|
14
|
-
- !ruby/object:Gem::Dependency
|
|
15
|
-
name: ultimate-base
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- - ~>
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.4.0
|
|
22
|
-
type: :runtime
|
|
23
|
-
prerelease: false
|
|
24
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ~>
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.4.0
|
|
12
|
+
date: 2013-03-31 00:00:00.000000000 Z
|
|
13
|
+
dependencies: []
|
|
30
14
|
description: Ruby on Rails oriented jQuery plugin for smart notifications
|
|
31
15
|
email:
|
|
32
16
|
- koderfunk@gmail.com
|
|
@@ -36,7 +20,6 @@ extra_rdoc_files: []
|
|
|
36
20
|
files:
|
|
37
21
|
- .gitignore
|
|
38
22
|
- Gemfile
|
|
39
|
-
- Gemfile.lock
|
|
40
23
|
- LICENSE
|
|
41
24
|
- README.md
|
|
42
25
|
- Rakefile
|
|
@@ -67,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
67
50
|
version: '0'
|
|
68
51
|
requirements: []
|
|
69
52
|
rubyforge_project: ultimate-flash
|
|
70
|
-
rubygems_version: 1.8.
|
|
53
|
+
rubygems_version: 1.8.25
|
|
71
54
|
signing_key:
|
|
72
55
|
specification_version: 3
|
|
73
56
|
summary: Ruby on Rails oriented jQuery plugin for smart notifications
|