firefly 0.4.0 → 0.4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/HISTORY +1 -1
  2. data/VERSION +1 -1
  3. data/firefly.gemspec +1 -1
  4. metadata +2 -1
data/HISTORY CHANGED
@@ -1,4 +1,4 @@
1
- = HEAD
1
+ = 0.4.0 / 2010-04-14
2
2
 
3
3
  * 2010-04-14 - Added button to quickly tweet a URL. Closes #3 [ariejan]
4
4
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.0.1
data/firefly.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{firefly}
8
- s.version = "0.4.0"
8
+ s.version = "0.4.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ariejan de Vroom"]
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 4
8
8
  - 0
9
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.0.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Ariejan de Vroom