tidyflash 0.1.4 → 0.1.5

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.
Files changed (4) hide show
  1. data/README +1 -1
  2. data/Rakefile +1 -1
  3. data/tidyflash.gemspec +1 -1
  4. metadata +2 -2
data/README CHANGED
@@ -8,5 +8,5 @@ rake
8
8
 
9
9
  BEFORE YOU START (on Ubuntu)
10
10
 
11
- sudo apt-get install ruby rake rubygems libopenssl-ruby
11
+ sudo apt-get install ruby rake rubygems libopenssl-ruby git-core
12
12
  gem install tidyflash
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('tidyflash', '0.1.4') do |p|
5
+ Echoe.new('tidyflash', '0.1.5') do |p|
6
6
  p.description = "Tidy Flash - an ActionScript framework for people who love Ruby"
7
7
  p.url = "http://github.com/michaelforrest/tidy"
8
8
  p.author = "Michael Forrest"
data/tidyflash.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{tidyflash}
5
- s.version = "0.1.4"
5
+ s.version = "0.1.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Michael Forrest"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Forrest