ruby-vies 0.2.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -0
- data/Gemfile.lock +1 -1
- data/README.md +3 -0
- data/lib/ruby/vies/version.rb +1 -1
- data/lib/ruby/vies.rb +1 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9908cb1be6ad7dda61a86461a517cf18b86172cef0204b08474609a6c30ee579
|
4
|
+
data.tar.gz: d57105660e5fd91e21aeda6546997296ceb36bc37414006c2627a8b3bc37c3c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 173ffc5a917b502c3dbbce85e399377b9f146e3a52b89974035cd5bf5f51d877df78b4bdfe33b4eaedbb51240d58817df391c304ded6ebcaf2a33e1c43c7a7dd
|
7
|
+
data.tar.gz: bb2f1d72e564a971ff55809ce5a6ca95ad17a1d1697362d009182b971ae837ff933318d054c582195171fb03ca476e00af7aef43ffebd40f3ce305238ba3d8bd
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
3.1.2
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# Ruby::Vies
|
2
2
|
|
3
|
+
[![Build Status](https://app.travis-ci.com/eddygarcas/ruby-vies.svg?branch=main)](https://app.travis-ci.com/eddygarcas/ruby-vies) [![Gem Version](https://badge.fury.io/rb/ruby-vies.svg)](https://badge.fury.io/rb/ruby-vies)
|
4
|
+
|
5
|
+
|
3
6
|
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/ruby/vies`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
7
|
|
5
8
|
TODO: Delete this and the text above, and describe your gem
|
data/lib/ruby/vies/version.rb
CHANGED
data/lib/ruby/vies.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-vies
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eduard Garcia Castelló
|
@@ -124,6 +124,7 @@ files:
|
|
124
124
|
- ".idea/vcs.xml"
|
125
125
|
- ".rspec"
|
126
126
|
- ".rubocop.yml"
|
127
|
+
- ".ruby-version"
|
127
128
|
- ".travis.yml"
|
128
129
|
- CHANGELOG.md
|
129
130
|
- CODE_OF_CONDUCT.md
|