active_pattern 0.1.0 → 1.0.0

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
  SHA256:
3
- metadata.gz: ba9d3de7a7e6106b1f2a2c2bb1954acbc1546cc14597450f6b729cfada2e8c9d
4
- data.tar.gz: b332430bd467a2e0856e5cd0cc8796c91dc30eae9878a58e479eec30af32d800
3
+ metadata.gz: ebf7eaced41aa38e76dabf6aad96f2c8a883030c53e33c156080610acbd50b42
4
+ data.tar.gz: e259a332e984d11fcf131d53384c6d243c25efb87414b20a1c511e2dd1b03586
5
5
  SHA512:
6
- metadata.gz: '0376129c411d88dbaac3f1cd624940ddef01b8288999d304392c346e59192d08b2520261b9996c4b8d19a5ca093eabdc9b60bccf2844f7fc46ba7cd12731e1c4'
7
- data.tar.gz: 4556656222a4cd7140f7e08937a6f274a705faf54e25d24099041acf7ac70aa4497c082fe63d4769f2dfc175b450656c66b9ccfbe76c58466d4da9f8f4dbbf24
6
+ metadata.gz: 5aaa9c2be8fe74e21cf4b6c281af6c68e0daa310de44b618536c6860b386f2ec095b7a24cce273fa81ea0bf7fe37bce7222cd2a408575fcb1ed1d534a163bd99
7
+ data.tar.gz: '069f9da66789f47f7b26835108cb12b377f85c4d953f8c3c1dece3247a17e9e543797d68e39a335932240d959f164f7b60c8a2cf4ffb3ea6af52ad773e3eeb42'
@@ -2,7 +2,7 @@ version: 2
2
2
  jobs:
3
3
  build:
4
4
  docker:
5
- - image: ruby:2.7.0-preview2
5
+ - image: ruby:2.7.0-rc1
6
6
  steps:
7
7
  - checkout
8
8
 
data/.gitignore CHANGED
File without changes
data/.rspec CHANGED
File without changes
@@ -1 +1 @@
1
- 2.7.0-preview2
1
+ 2.7.0
File without changes
data/Gemfile CHANGED
File without changes
File without changes
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # ActivePattern
2
2
 
3
3
  [![CircleCI](https://circleci.com/gh/kokuyouwind/active_pattern.svg?style=svg)](https://circleci.com/gh/kokuyouwind/active_pattern)
4
+ [![Gem Version](https://badge.fury.io/rb/active_pattern.svg)](https://badge.fury.io/rb/active_pattern)
4
5
 
5
6
  F# like ActivePattern in ruby pattern matching
6
7
 
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module ActivePattern
2
- VERSION = "0.1.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_pattern
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - kokuyouwind
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-29 00:00:00.000000000 Z
11
+ date: 2019-12-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: F# like ActivePattern in ruby pattern matching
14
14
  email:
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  requirements: []
59
- rubygems_version: 3.0.6
59
+ rubygems_version: 3.1.2
60
60
  signing_key:
61
61
  specification_version: 4
62
62
  summary: F# like ActivePattern in ruby pattern matching