simply_notify 0.2.6 → 0.2.7
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.
- checksums.yaml +4 -4
- data/lib/simply_notify/version.rb +1 -1
- data/simply_notify.gemspec +2 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e96704c50346dbe9f09e32c86ed6224b84ccf3cc
|
|
4
|
+
data.tar.gz: 82694ee68402c70eb21035da7054e1f433bca45a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07a155e1b2d2b5f70dce82fafc96f95567ef2dd05ae77f9d9191c9f306f44440ded5fcd7512709480520da94dd020276b8bab8d7eeb1059646cdf5c0ac922402
|
|
7
|
+
data.tar.gz: 5487a0943adc9368736cb15e0f74b09ade72cb9e608d11ba8388dab5863143fa6d598e38f1bfe1728912acc0d5eaecd52b5a23395a8b4db8ac1ecaec059bfef4
|
data/simply_notify.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Tyler Lichten"]
|
|
10
10
|
spec.email = ["tlich10@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{Delivers email notifications to users of a
|
|
13
|
-
spec.description = %q{Delivers email notifications to users of a
|
|
12
|
+
spec.summary = %q{Delivers email notifications to users of a website}
|
|
13
|
+
spec.description = %q{Delivers email notifications to users of a website}
|
|
14
14
|
spec.homepage = ""
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simply_notify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tyler Lichten
|
|
@@ -94,8 +94,7 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
-
description: Delivers email notifications to users of a
|
|
98
|
-
website
|
|
97
|
+
description: Delivers email notifications to users of a website
|
|
99
98
|
email:
|
|
100
99
|
- tlich10@gmail.com
|
|
101
100
|
executables: []
|
|
@@ -138,5 +137,5 @@ rubyforge_project:
|
|
|
138
137
|
rubygems_version: 2.5.1
|
|
139
138
|
signing_key:
|
|
140
139
|
specification_version: 4
|
|
141
|
-
summary: Delivers email notifications to users of a
|
|
140
|
+
summary: Delivers email notifications to users of a website
|
|
142
141
|
test_files: []
|