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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef8450b2dd7a9abbe231a1003e5667ce0f4ca243c78f63803455b20b2171124c
4
- data.tar.gz: 3f316c9bcdd40002525ff50b3a9695e2875d1bddcff8681656712e77ddb3676e
3
+ metadata.gz: 9908cb1be6ad7dda61a86461a517cf18b86172cef0204b08474609a6c30ee579
4
+ data.tar.gz: d57105660e5fd91e21aeda6546997296ceb36bc37414006c2627a8b3bc37c3c8
5
5
  SHA512:
6
- metadata.gz: 91ae36cdf4f0f817f1dcd10be66987a8aeec4d36d765604f409e8916a0b79b4c1e88491add980623202eb6499e325709bf84ecbf314411b4bad5fcadf7b0138b
7
- data.tar.gz: a13759a44b33d000f555b2d23169e6d5ad19ff19739ed97f8131db7d1c9c0af54f8a824ebef5b53464e4ae748c72a359a2ab91a2b09aedc89f6543d989415f53
6
+ metadata.gz: 173ffc5a917b502c3dbbce85e399377b9f146e3a52b89974035cd5bf5f51d877df78b4bdfe33b4eaedbb51240d58817df391c304ded6ebcaf2a33e1c43c7a7dd
7
+ data.tar.gz: bb2f1d72e564a971ff55809ce5a6ca95ad17a1d1697362d009182b971ae837ff933318d054c582195171fb03ca476e00af7aef43ffebd40f3ce305238ba3d8bd
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.1.2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby-vies (0.2.1)
4
+ ruby-vies (2.0.0)
5
5
  activesupport (~> 7.0)
6
6
  finest-builder (~> 2.0)
7
7
  httparty (~> 0.18)
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ruby
4
4
  module Vies
5
- VERSION = "0.2.1"
5
+ VERSION = "2.0.0"
6
6
  end
7
7
  end
data/lib/ruby/vies.rb CHANGED
@@ -4,6 +4,7 @@ require_relative "vies/version"
4
4
  require "savon"
5
5
  require "httparty"
6
6
  require "finest/builder"
7
+ require 'active_support/isolated_execution_state'
7
8
  require "active_support/core_ext/module"
8
9
  require "active_support/core_ext/object"
9
10
 
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.2.1
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