tw_validation 0.0.6 → 0.0.7

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
  SHA256:
3
- metadata.gz: 71a06d194299ec13bba3e7077b4bb7c49e8ad0d1dc5161b6d8f3c40d150e458f
4
- data.tar.gz: d2aba43a19024e39c515a7e8b5f23a3a16bba08d4c301ed020c44c3d104330fa
3
+ metadata.gz: 35ce0da943af54582cc50c4743922d45bb3c72e00dc86df1cc6ff547269b13c5
4
+ data.tar.gz: 01edd79c154641b7fa15faa47efe426d0abec3f529d327ac2c0bff41fa898ffd
5
5
  SHA512:
6
- metadata.gz: 1b808a476c4ec35e7077e3cabbaa04e64b07de98c787b68e514b54190d63cc95764988d3a52b41f273ad79772105716fb427ef275019e351279f970e803cc799
7
- data.tar.gz: dd0e3296bc6e1e5e54951196372e6eb0ff15ab6591c3867b634e22be82e5c20a3eaa14f15853b5fe1d96de15c4fbf16f2210c700758bc44504d4c3fb2ae07288
6
+ metadata.gz: 79a8a680b2b40d68c8d027dbcdf72bfe761d15169b97774a3ffda1dd22ceddc0ad55fd62a44ea5ae61c1b20a2cf51d644c4a2c9e16254027187c0a0c252f414e
7
+ data.tar.gz: 83196039a1b1ded0c4e004b4c1866bba00fdddfd3494ce7ac861e451efc1e4a6649b17af8c58c9274eabc494e2a0425df924f8754ae8d11626307962c2b0c1bd
data/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
- ## [Unreleased]
1
+ ## [0.0.7] - 2024-08-22
2
+
3
+ - Publish to RubyGems
2
4
 
3
5
  ## [0.0.1] - 2024-08-22
4
6
 
data/README.md CHANGED
@@ -1,20 +1,20 @@
1
1
  # tw-validation-ruby
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/tw_validation.svg)](https://badge.fury.io/rb/tw_validation)
4
+
3
5
  TODO: Delete this and the text below, and describe your gem
4
6
 
5
7
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/tw_validation`. To experiment with that code, run `bin/console` for an interactive prompt.
6
8
 
7
9
  ## Installation
8
10
 
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
-
11
11
  Install the gem and add to the application's Gemfile by executing:
12
12
 
13
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
13
+ $ bundle add tw_validation
14
14
 
15
15
  If bundler is not being used to manage dependencies, install the gem by executing:
16
16
 
17
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
17
+ $ gem install tw_validation
18
18
 
19
19
  ## Usage
20
20
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TwValidation
4
- VERSION = "0.0.6"
4
+ VERSION = "0.0.7"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tw_validation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - noracami
@@ -24,7 +24,6 @@ files:
24
24
  - LICENSE
25
25
  - README.md
26
26
  - Rakefile
27
- - _README.md
28
27
  - lib/tw_validation.rb
29
28
  - lib/tw_validation/version.rb
30
29
  - sig/tw_validation.rbs
data/_README.md DELETED
@@ -1,35 +0,0 @@
1
- # TwValidation
2
-
3
- TODO: Delete this and the text below, and describe your gem
4
-
5
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/tw_validation`. To experiment with that code, run `bin/console` for an interactive prompt.
6
-
7
- ## Installation
8
-
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
-
11
- Install the gem and add to the application's Gemfile by executing:
12
-
13
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
14
-
15
- If bundler is not being used to manage dependencies, install the gem by executing:
16
-
17
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Development
24
-
25
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
26
-
27
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
28
-
29
- ## Contributing
30
-
31
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/tw_validation. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/tw_validation/blob/main/CODE_OF_CONDUCT.md).
32
-
33
- ## Code of Conduct
34
-
35
- Everyone interacting in the TwValidation project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/tw_validation/blob/main/CODE_OF_CONDUCT.md).