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.
- checksums.yaml +4 -4
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/message_train.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12b8f313069e8f1baf1c13690a1a0980f840acf3
|
4
|
+
data.tar.gz: 7932ba13bedad5eaebbd72b2262d5378ef699567
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
==
|
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.
|
1
|
+
0.6.17
|
data/message_train.gemspec
CHANGED
@@ -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.
|
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.
|
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"]
|