simply_notify 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b295f9f5bf2070615cee378c5d5607e6fcfcdd7
4
- data.tar.gz: 7ed56d2234d1e3e6e60e6635aa7ea69ea493c680
3
+ metadata.gz: e96704c50346dbe9f09e32c86ed6224b84ccf3cc
4
+ data.tar.gz: 82694ee68402c70eb21035da7054e1f433bca45a
5
5
  SHA512:
6
- metadata.gz: 40f27ff6f65c96421bcf877c5d107d494260a047389bcf0b7f55e79853f709674ce81aad13d3d35a366b643641ff292e88e161f655743ead99b266f148c01c64
7
- data.tar.gz: 5776ff788033050101f09f1eb81774c82a7e40baa0053a1c8ee3735b6bfbac836dd8d3ca2d0e1581ff30bc9a8c049b1213cffab4b5c0b0434348e9e66f2e660e
6
+ metadata.gz: 07a155e1b2d2b5f70dce82fafc96f95567ef2dd05ae77f9d9191c9f306f44440ded5fcd7512709480520da94dd020276b8bab8d7eeb1059646cdf5c0ac922402
7
+ data.tar.gz: 5487a0943adc9368736cb15e0f74b09ade72cb9e608d11ba8388dab5863143fa6d598e38f1bfe1728912acc0d5eaecd52b5a23395a8b4db8ac1ecaec059bfef4
@@ -1,3 +1,3 @@
1
1
  module SimplyNotify
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
@@ -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 Brandeis University course website}
13
- spec.description = %q{Delivers email notifications to users of a Brandeis University course website}
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.6
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 Brandeis University course
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 Brandeis University course website
140
+ summary: Delivers email notifications to users of a website
142
141
  test_files: []