large-hadron-migrator 0.2.0 → 0.2.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/CHANGELOG.md +4 -0
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. metadata +3 -3
@@ -1,3 +1,7 @@
1
+ # 0.2.1 (November 26, 2011)
2
+
3
+ * Include changelog in gem
4
+
1
5
  # 0.2.0 (November 26, 2011)
2
6
 
3
7
  * Add Ruby 1.8 compatibility
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Large Hadron Migrator
1
+ # Large Hadron Migrator [![Build Status](https://secure.travis-ci.org/soundcloud/large-hadron-migrator.png)](http://travis-ci.org/soundcloud/large-hadron-migrator)
2
2
 
3
3
  Rails style database migrations are a useful way to evolve your data schema in
4
4
  an agile manner. Most Rails projects start like this, and at first, making
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: large-hadron-migrator
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - SoundCloud