big_band 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/lib/big_band/version.rb +1 -1
  3. metadata +1 -1
data/README.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- = BigBand 0.2.4
1
+ = BigBand 0.2.5
2
2
  BigBand is a collection of Sinatra extensions and offers better sinatra integration for common tools.
3
3
  It is pluggable and each extension can be used in stand alone mode.
4
4
 
@@ -1,3 +1,3 @@
1
1
  require "big_band/integration" unless defined? BigBand
2
- BigBand::VERSION = "0.2.4"
2
+ BigBand::VERSION = "0.2.5"
3
3
  BigBand::DATE = "2010-01-24"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: big_band
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase