sw_fac 0.1.0 → 0.3.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
  SHA1:
3
- metadata.gz: c9797700bc01699b7630ea278582450fd4a91594
4
- data.tar.gz: ca81e9d49186af8bac0cd91a7930b9b9e9cfb899
3
+ metadata.gz: e0d995170516be4b7894d94e95b7c56ab99136c3
4
+ data.tar.gz: c711e81b5d51c9f428a7b61f2622e9c14c10efd2
5
5
  SHA512:
6
- metadata.gz: e1d1518b868f08a4010c40a34b318d9f2f8f136aa9f1fbc33e3eab8c4e1d1307db5c6e9097a969d72ec44c994a779ce28ccb542a3a75bcf6f24ec9b5e7b93e16
7
- data.tar.gz: 682386e5b4611497cc275755cc709c8d745adeae8d59043e38fba04e8f9ca3a77d092a2324b0ad5bdd5d6388aa5c1e555b67c58639c8152ae5094f64c4c1d3d7
6
+ metadata.gz: b17a489ffb8fe83cbfa95f74e220048bd38b2bd3d2f5f5d91b17e1c604d02f09f8ba535dc82bbd2684bdd5778912c6270442aec5c9f91fbf605632fb639aed8e
7
+ data.tar.gz: 9b4956b850c86934852967ed17059fdbdab32644be7a01f31a4108d3fe9ba33b0597ebd3bb7adab533b25291e0e8c00af01ac4197a83e395657795e421a9d9b0
@@ -1,3 +1,3 @@
1
1
  module SwFac
2
- VERSION = "0.1.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sw_fac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angel Padilla
@@ -66,22 +66,14 @@ dependencies:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
68
  version: 1.8.2
69
- description:
69
+ description: Gem used to fetch the Smarter Web API
70
70
  email:
71
71
  - angelpadillam@gmail.com
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
- - ".gitignore"
77
- - ".travis.yml"
78
- - Gemfile
79
- - Gemfile.lock
80
- - LICENSE.txt
81
76
  - README.md
82
- - Rakefile
83
- - bin/console
84
- - bin/setup
85
77
  - lib/cadena/ComercioExterior11.xslt
86
78
  - lib/cadena/Pagos10.xslt
87
79
  - lib/cadena/TuristaPasajeroExtranjero.xslt
@@ -116,13 +108,11 @@ files:
116
108
  - lib/sw_fac/facturacion.rb
117
109
  - lib/sw_fac/tools.rb
118
110
  - lib/sw_fac/version.rb
119
- - sw_fac.gemspec
120
- - test/sw_fac_test.rb
121
- - test/test_helper.rb
122
- homepage: https://mfactura.ml
111
+ homepage: https://bitbucket.org/padilla_mz/sw_factura/src/master/
123
112
  licenses:
124
113
  - MIT
125
- metadata: {}
114
+ metadata:
115
+ allowed_push_host: https://rubygems.org
126
116
  post_install_message:
127
117
  rdoc_options: []
128
118
  require_paths:
data/.gitignore DELETED
@@ -1,8 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
data/.travis.yml DELETED
@@ -1,5 +0,0 @@
1
- sudo: false
2
- language: ruby
3
- rvm:
4
- - 2.2.2
5
- before_install: gem install bundler -v 1.16.2
data/Gemfile DELETED
@@ -1,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
-
5
- # Specify your gem's dependencies in sw_fac.gemspec
6
- gemspec
data/Gemfile.lock DELETED
@@ -1,26 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- sw_fac (0.1.0)
5
- nokogiri (= 1.8.2)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- mini_portile2 (2.3.0)
11
- minitest (5.11.3)
12
- nokogiri (1.8.2)
13
- mini_portile2 (~> 2.3.0)
14
- rake (10.5.0)
15
-
16
- PLATFORMS
17
- ruby
18
-
19
- DEPENDENCIES
20
- bundler (~> 1.16)
21
- minitest (~> 5.0)
22
- rake (~> 10.0)
23
- sw_fac!
24
-
25
- BUNDLED WITH
26
- 1.16.2
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 Angel Padilla
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/Rakefile DELETED
@@ -1,10 +0,0 @@
1
- require "bundler/gem_tasks"
2
- require "rake/testtask"
3
-
4
- Rake::TestTask.new(:test) do |t|
5
- t.libs << "test"
6
- t.libs << "lib"
7
- t.test_files = FileList["test/**/*_test.rb"]
8
- end
9
-
10
- task :default => :test
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "sw_fac"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
data/sw_fac.gemspec DELETED
@@ -1,38 +0,0 @@
1
-
2
- lib = File.expand_path("../lib", __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require "sw_fac/version"
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "sw_fac"
8
- spec.version = SwFac::VERSION
9
- spec.authors = ["Angel Padilla"]
10
- spec.email = ["angelpadillam@gmail.com"]
11
-
12
- spec.summary = %q{Gem used to fetch the Smarter Web API, used in mfactura.ml}
13
- # spec.description = %q{}
14
- spec.homepage = "https://mfactura.ml"
15
- spec.license = "MIT"
16
-
17
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
- # to allow pushing to a single host or delete this section to allow pushing to any host.
19
- # if spec.respond_to?(:metadata)
20
- # spec.metadata["allowed_push_host"] = "https://rubygems.org/"
21
- # else
22
- # raise "RubyGems 2.0 or newer is required to protect against " \
23
- # "public gem pushes."
24
- # end
25
-
26
- # Specify which files should be added to the gem when it is released.
27
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
28
- spec.files = `git ls-files`.split("\n")
29
- spec.bindir = "exe"
30
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
- spec.require_paths = ["lib"]
32
-
33
- spec.add_development_dependency "bundler", "~> 1.16"
34
- spec.add_development_dependency "rake", "~> 10.0"
35
- spec.add_development_dependency "minitest", "~> 5.0"
36
-
37
- spec.add_dependency "nokogiri", "1.8.2"
38
- end
data/test/sw_fac_test.rb DELETED
@@ -1,11 +0,0 @@
1
- require "test_helper"
2
-
3
- class SwFacTest < Minitest::Test
4
- def test_that_it_has_a_version_number
5
- refute_nil ::SwFac::VERSION
6
- end
7
-
8
- def test_it_does_something_useful
9
- assert false
10
- end
11
- end
data/test/test_helper.rb DELETED
@@ -1,4 +0,0 @@
1
- $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
2
- require "sw_fac"
3
-
4
- require "minitest/autorun"