big_band 0.2.4 → 0.2.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 (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