optin 0.7.0 → 0.9.0
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/optin/version.rb +1 -1
- data/optin.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b026a733ba4bcb53c3d452e2fdb1641078056ff
|
4
|
+
data.tar.gz: 06445870ede44eea0ad9c1ab3af1b4d2bfd5bc30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c4708bb626a2fbc7aeea6034c312af00dfa2db4843b9748af49770371b1476516a4f078c6c4609f1b77984a995deae1cfb66b6b47799c4f8016a7fe4616ec5c
|
7
|
+
data.tar.gz: 21a99937ee54f23b7c16f288167a41754821ae959f8beb71a75778a3e5d2b30cfe527292577450f09d75f81b186b1f53d59fb1d3c155615538769e068ea96ea7
|
data/lib/optin/version.rb
CHANGED
data/optin.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.summary = %q{Opt-in gem}
|
13
13
|
spec.description = %q{Welcome to to brand new opt-in mailing list}
|
14
14
|
spec.homepage = "https://github.com/olegkonopka/"
|
15
|
-
spec.license = "
|
15
|
+
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
18
18
|
spec.bindir = "exe"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: optin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- olegkonopka
|
@@ -102,7 +102,7 @@ files:
|
|
102
102
|
- optin.gemspec
|
103
103
|
homepage: https://github.com/olegkonopka/
|
104
104
|
licenses:
|
105
|
-
-
|
105
|
+
- MIT
|
106
106
|
metadata: {}
|
107
107
|
post_install_message:
|
108
108
|
rdoc_options: []
|