match_with 0.0.1 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b91059373819abe50ba83ba2e4f9d58f4638a17
4
- data.tar.gz: 7a40d0618c2f6f6eddeea3a750e3a06cac782984
3
+ metadata.gz: cdc703f3296e804498d229b306775cb7881a6a2f
4
+ data.tar.gz: 3c7cf5c9cca5281e6166ccff0e3fbeeb6286d774
5
5
  SHA512:
6
- metadata.gz: ae2de5915a3cf3f315d49d72a208f922abd3d61a0c3b70df374221fcb2d072279061d6216cee14a19ffff067410c1e0d53c4cbaf95545733dcd97e501a3b51ba
7
- data.tar.gz: d94a49db76be3308d356ab4e592681b463947140a884905bcb73f8acf79569068db78db2dea057394e96dc8926e58da4e1435ecc8ceacfc68d740422c7f78b31
6
+ metadata.gz: 584a41205dac5d4ee20e899f679eb196c614b9de41c85d9919192c17cf8a88dbf403c5043debeadc796bdd71d14412fcee63f631db3cd951d1dc8e258aea1601
7
+ data.tar.gz: cd00d5ab488acc580034b80be797e10e91f1e5ae7876ab7224336c2d765471c6bafb54f7f97cda1368bc8e80e165f748fc7ea62402417c7f29a9987811eb455b
@@ -1,3 +1,3 @@
1
1
  module MatchWith
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/match_with.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jenorish@gmail.com"]
11
11
  spec.summary = %q{human readable regex}
12
12
  spec.description = %q{We can write regex in simple english}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/jenorish/match_with"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: match_with
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kingston
@@ -68,7 +68,7 @@ files:
68
68
  - lib/match_with/core_extension.rb
69
69
  - lib/match_with/version.rb
70
70
  - match_with.gemspec
71
- homepage: ''
71
+ homepage: https://github.com/jenorish/match_with
72
72
  licenses:
73
73
  - MIT
74
74
  metadata: {}