cases 1.0.1 → 1.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/cases.gemspec +2 -2
  3. data/lib/cases/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: adf9c289386b87ace3d0f17b7eebc933cbccfbf1
4
- data.tar.gz: cbcc803fb733d19c427d7d2d988ad03bb6dbf762
3
+ metadata.gz: 528db1087d2d0cbfed099fd6079cd8bf82646667
4
+ data.tar.gz: 7a88ce2099a7ecf4e7d81eaefda1898f149d6340
5
5
  SHA512:
6
- metadata.gz: 77a44291c3382c283e21771ef13b960c88e3af55b3a45d68081b947b65f8648a112973d4681e3066c9c3516f1df5e00e3f8d25d3c4f7961b19f394f2272b41ed
7
- data.tar.gz: 3df9092cde054df3786bc60db2d2f3b473759da2b979829806245fe0c38b6582ff5f199d0a7e654c5b3ed5477beef35e4e92d1cb355532f753945d5cc9da4855
6
+ metadata.gz: ac01b06377758585679fb8b933c1a8a95004bd4ae79748868bb08bad044e3ba5464155b2df55161fc47e53c79001d6064021eb7e458c3e0c49904a4156e8c30e
7
+ data.tar.gz: 4d71d258b56f22997e8bc9c164694a457642047197becfa6f91db291536c4d0fe68a68491a914cc6bbe95b70d1eedb6d0165b60e0557fc56eee024279b86118e
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "cases"
8
8
  spec.version = Cases::VERSION
9
9
  spec.authors = ["Morgan Showman"]
10
- spec.email = ["mshowman@squaremouth.com"]
10
+ spec.email = ["morganshowman@gmail.com"]
11
11
  spec.summary = %q{Define cases on methods that execute different callbacks for different scenarios}
12
12
  spec.description = %q{Define case, and caseable callbacks for your methods in ruby. By defining cases you can add callbacks
13
13
  to your methods where different callbacks will happen based on the result of the method}
14
- spec.homepage = ""
14
+ spec.homepage = "https://github.com/MorganShowman/cases"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Cases
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cases
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Morgan Showman
@@ -98,7 +98,7 @@ description: |-
98
98
  Define case, and caseable callbacks for your methods in ruby. By defining cases you can add callbacks
99
99
  to your methods where different callbacks will happen based on the result of the method
100
100
  email:
101
- - mshowman@squaremouth.com
101
+ - morganshowman@gmail.com
102
102
  executables: []
103
103
  extensions: []
104
104
  extra_rdoc_files: []
@@ -117,7 +117,7 @@ files:
117
117
  - lib/cases/version.rb
118
118
  - spec/cases_spec.rb
119
119
  - spec/spec_helper.rb
120
- homepage: ''
120
+ homepage: https://github.com/MorganShowman/cases
121
121
  licenses:
122
122
  - MIT
123
123
  metadata: {}