message_train 0.6.16 → 0.6.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +1 -1
  3. data/VERSION +1 -1
  4. data/message_train.gemspec +2 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 48c8e072f75d65a24d0c43c2a3c82f4c845edf49
4
- data.tar.gz: 38d37f139a12c3821fd06d2740e9fef18431be7a
3
+ metadata.gz: 12b8f313069e8f1baf1c13690a1a0980f840acf3
4
+ data.tar.gz: 7932ba13bedad5eaebbd72b2262d5378ef699567
5
5
  SHA512:
6
- metadata.gz: 234462495eba39aab347daac4d43ab17388a7b70b70e30122458a513b5e94b88449d8df30d8436e72008a2b98f4004f39a99e28bd2c1a0ba0d6cbfffeeac551d
7
- data.tar.gz: f5c7e313e2c0d9c789d20e07728380303bf465a1a3b67b2b282f71b16903859528b07b3d625f9fe645ffca4252318a8c3b8d7dfb3cc1d73098321e0a456a3e18
6
+ metadata.gz: 3206692449f595f507755a26bdf754da473b8be0631d53fcb5a7280c82368a9725035e44669268fbd439085934ba0fd8a7f03c61f8cfe89b94b54ddb8d6cd4e8
7
+ data.tar.gz: 7ec535b4e1a3e925ee5ab9a6ef5fcbc9311ee7509d3f334e1acd6bfa2df5d0e7ec0a477774481f8203f6c278329e70cfb202752b0481b5714d8fa1f2261e49e0
data/README.rdoc CHANGED
@@ -164,7 +164,7 @@ Running this command is harmless if the migrations are already installed, they w
164
164
  * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
165
165
  * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
166
166
 
167
- == Contributers
167
+ == Contributors
168
168
  * {Karen Lundgren}[https://github.com/nerakdon]
169
169
  * {Chad Lundgren}[https://github.com/chadlundgren]
170
170
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.16
1
+ 0.6.17
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: message_train 0.6.16 ruby lib
5
+ # stub: message_train 0.6.17 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "message_train"
9
- s.version = "0.6.16"
9
+ s.version = "0.6.17"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: message_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.16
4
+ version: 0.6.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren