alegra 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: fe72ddb175b67a063af16e4edbf8667eeb5f3f0b
4
+ data.tar.gz: 153028fb170b9b94b4f24de326e4b047936c178d
5
+ SHA512:
6
+ metadata.gz: 677d0d327b02314520490ff13524c27fa032bf8fd6f08045a551a530f15ad99cfb4b26accf9a13ad49b3d6b2debda86f14359f237b3fa977813b334a9c8f6ae3
7
+ data.tar.gz: bbeab0df754e76f143bc738ec7973eb99181eabf2a3baf803af861a217bca6dcab7fa2204a26725b08372ecf95df4692926ff66d01528b4a71cf6e5da97ebd3a
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
@@ -0,0 +1,5 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.3.1
5
+ before_install: gem install bundler -v 1.13.1
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at santilopez114@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in alegra.gemspec
4
+ gemspec
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Santiago Lopez
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.
@@ -0,0 +1,119 @@
1
+ # Alegra
2
+
3
+ A ruby client for connecting to [Alegra](http://www.alegra.com)'s API.
4
+
5
+ Please check the official API documentation [here](http://developer.alegra.com/)
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'alegra'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle install
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install alegra
22
+
23
+ ## Usage
24
+
25
+ ```ruby
26
+
27
+ require 'alegra'
28
+ client = Alegra::Client.new('youremail@test.com', 'your-private-token')
29
+ ```
30
+
31
+ ### Contacts
32
+
33
+ You can list all your contacts:
34
+ ```ruby
35
+ client.contacts.list()
36
+ ```
37
+
38
+ Get a specific contact by id:
39
+
40
+ ```ruby
41
+ client.contacts.find(1)
42
+ ```
43
+
44
+ And you can create a contact as well:
45
+
46
+ ```ruby
47
+ params = {
48
+ name: 'Alan Britho'
49
+ }
50
+ client.contacts.create(params)
51
+ ```
52
+
53
+ ### Invoices
54
+
55
+ You can get all invoices:
56
+ ```ruby
57
+ client.invoices.list()
58
+ ```
59
+
60
+ Or get a specific invoice by id:
61
+ ```ruby
62
+ client.invoices.find(1) # the parameter is the inovice id
63
+ ```
64
+
65
+ Also you are able to create a new invoice, as follows:
66
+ ```ruby
67
+ params = {
68
+ date: '2016-10-12',
69
+ due_date: '2016-10-12',
70
+ client: 1,
71
+ items: [
72
+ {
73
+ id: 1,
74
+ price: 40,
75
+ quantity: 5
76
+ },
77
+ {
78
+ id: 2,
79
+ description: 'Brown leather wallet',
80
+ price: 80,
81
+ discount: 10,
82
+ tax: [
83
+ {
84
+ id: 3,
85
+ }
86
+ ],
87
+ quantity: 1
88
+ }
89
+ ],
90
+ account_number: 1234,
91
+ payment_method: 'cash',
92
+ stamp: {
93
+ generate_stamp: true
94
+ },
95
+ }
96
+
97
+ client.invoices.create(params)
98
+ ```
99
+
100
+ ## Development
101
+
102
+ This gem is under construction and I'm writing it as I would like to use it. However, if you have any recommendation is well received.
103
+
104
+ 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.
105
+
106
+ 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 tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
107
+
108
+ ## Contributing
109
+
110
+ Bug reports and pull requests are welcome on GitHub at https://github.com/degzcs/alegra. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
111
+
112
+ ## License
113
+
114
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
115
+
116
+ ## Contributors
117
+
118
+ - Diego Gomez
119
+
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,33 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'alegra/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "alegra"
8
+ spec.version = Alegra::VERSION
9
+ spec.authors = ["Diego Gomez"]
10
+ spec.email = ["diego.f.gomez.pardo@gmail.com"]
11
+
12
+ spec.summary = %q{Gem to wrap Alegra API.}
13
+ spec.description = %q{Gem to wrap Alegra API. This is unofficial gem (until now)}
14
+ spec.homepage = "https://github.com/degzcs/alegra"
15
+ spec.license = "MIT"
16
+
17
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
18
+ f.match(%r{^(test|spec|features)/})
19
+ end
20
+ spec.bindir = "exe"
21
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
+ spec.require_paths = ["lib"]
23
+
24
+ spec.add_development_dependency "bundler", "~> 1.13"
25
+ spec.add_development_dependency "rake", "~> 10.0"
26
+ spec.add_development_dependency "rspec", "~> 3.0"
27
+ spec.add_development_dependency "vcr", "~> 3"
28
+ spec.add_development_dependency "webmock", "~> 2.1"
29
+ spec.add_development_dependency "jazz_fingers", "~> 4"
30
+
31
+ spec.add_dependency "faraday", "~> 0.9"
32
+ spec.add_dependency "json", "~> 1.7"
33
+ end
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "alegra"
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
@@ -0,0 +1,8 @@
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
@@ -0,0 +1,6 @@
1
+ require 'alegra/utilities/hash'
2
+ require 'alegra/client'
3
+ require 'alegra/version'
4
+
5
+ module Alegra
6
+ end
@@ -0,0 +1,30 @@
1
+ require 'alegra/setup'
2
+ require 'alegra/request'
3
+ require 'alegra/invoices'
4
+ require 'alegra/contacts'
5
+
6
+ module Alegra
7
+ class Client
8
+ def initialize(username=nil, apikey=nil, debug=false)
9
+ @setup = Alegra::Setup.new(username, apikey, debug)
10
+ end
11
+
12
+ def get(url, params={})
13
+ request = Alegra::Request.new(@setup.host, @setup.path, @setup.token)
14
+ request.get(url, params)
15
+ end
16
+
17
+ def post(url, params={})
18
+ request = Alegra::Request.new(@setup.host, @setup.path, @setup.token)
19
+ request.post(url, params)
20
+ end
21
+
22
+ def invoices
23
+ Alegra::Invoices.new(self)
24
+ end
25
+
26
+ def contacts
27
+ Alegra::Contacts.new(self)
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,29 @@
1
+ module Alegra
2
+ class Contacts
3
+ attr_reader :client
4
+
5
+ def initialize(client)
6
+ @client = client
7
+ end
8
+
9
+ # @param id [ Interger ]
10
+ # @return [ Hash ]
11
+ def find(id)
12
+ client.get("contacts/#{ id }")
13
+ end
14
+
15
+ # Returs all contacts
16
+ # @return [ Array ]
17
+ def list()
18
+ client.get('contacts')
19
+ end
20
+
21
+ # @param params [ Hash ]
22
+ # - name [ String ]
23
+ # @return [ Hash ]
24
+ def create(params)
25
+ _params = params.deep_camel_case_lower_keys
26
+ client.post('contacts', _params)
27
+ end
28
+ end
29
+ end
@@ -0,0 +1,44 @@
1
+ module Alegra
2
+ class Invoices
3
+ attr_reader :client
4
+
5
+ def initialize(client)
6
+ @client = client
7
+ end
8
+
9
+ # @param id [ Interger ]
10
+ # @return [ Hash ]
11
+ def find(id)
12
+ client.get("invoices/#{ id }")
13
+ end
14
+
15
+ # Returs all invoices
16
+ # @return [ Array ]
17
+ def list()
18
+ client.get('invoices')
19
+ end
20
+
21
+ # Creates a invoice
22
+ # @param params [ Hash ]
23
+ # - date [ String ]
24
+ # - due_date [ String ]
25
+ # - price_list [ Array ]
26
+ # - currency [ Array ]
27
+ # - payments [ Array ]
28
+ # - client [ Integer ] or [ Hash ]
29
+ # - items [ Array ]
30
+ # - observations [ Array ]
31
+ # - anotations [ Array ]
32
+ # - terms_conditions [ Array ]
33
+ # - status [ String ]
34
+ # - number_template [ String ]
35
+ # - retenctions [ Array ]
36
+ # - seller [ String ]
37
+ # @return [ Hash ]
38
+ def create(params)
39
+ _params = params.deep_camel_case_lower_keys
40
+ client.post('invoices', _params)
41
+ end
42
+ end
43
+ end
44
+
@@ -0,0 +1,50 @@
1
+ module Alegra
2
+ class Request
3
+ attr_accessor :path, :token, :session
4
+
5
+ def initialize(host, path, token=nil)
6
+ @token = token
7
+ @path = path
8
+ @session = Faraday.new url: host
9
+ end
10
+
11
+ def get(url, params={})
12
+ params = JSON.generate(params)
13
+ response = @session.get do |req|
14
+ req.url "#{ @path }#{ url }"
15
+ req.headers['Content-Type'] = 'application/json'
16
+ req.headers['Accept'] = 'application/json'
17
+ req.headers['Authorization'] = "Basic #{ @token }"
18
+ end
19
+ cast_error(response) unless (response.status == 200 || response.status == 201)
20
+ return JSON.parse(response.body)
21
+ end
22
+
23
+ def post(url, params={})
24
+ params = JSON.generate(params)
25
+ response = @session.post do |req|
26
+ req.url "#{ @path }#{ url }"
27
+ req.headers['Content-Type'] = 'application/json'
28
+ req.headers['Accept'] = 'application/json'
29
+ req.headers['Authorization'] = "Basic #{ @token }"
30
+ req.body = params
31
+ end
32
+ cast_error(response) unless (response.status == 200 || response.status == 201)
33
+ return JSON.parse(response.body)
34
+ end
35
+
36
+ def cast_error(response)
37
+ message = response.body.empty? ? response.body : JSON.parse(response.body)['message']
38
+ error_map = {
39
+ 500 => 'Sever error! Something were wrong in the server.',
40
+ 400 => "Bad request!, #{ message }",
41
+ 401 => 'Authentication error!',
42
+ 402 => 'Required payment!',
43
+ 403 => 'Restricted access!',
44
+ 404 => 'Not found!',
45
+ 405 => 'Operation does not allowed!',
46
+ }
47
+ raise StandardError, "Status: #{ response.status }. Error: #{ error_map[response.status] }"
48
+ end
49
+ end
50
+ end
@@ -0,0 +1,44 @@
1
+ require 'faraday'
2
+ require 'json'
3
+ require 'base64'
4
+
5
+ module Alegra
6
+ class Setup
7
+ attr_accessor :host, :path, :apikey, :username, :debug, :token
8
+
9
+ def initialize(username=nil, apikey=nil, debug=false)
10
+ @host = 'https://app.alegra.com/'
11
+ @path = 'api/v1/'
12
+
13
+ @debug = debug
14
+
15
+ if not apikey
16
+ if ENV['ALEGRA_APIKEY']
17
+ @apikey = ENV['ALEGRA_APIKEY']
18
+ else
19
+ raise 'set up the ALEGRA_APIKEY environment variable'
20
+ # apikey = read_configs
21
+ end
22
+ end
23
+
24
+ if not username
25
+ if ENV['ALEGRA_USERNAME']
26
+ @username = ENV['ALEGRA_USERNAME']
27
+ else
28
+ raise 'set up the ALEGRA_USERNAME environment variable'
29
+ # apikey = read_configs
30
+ end
31
+ end
32
+
33
+ raise Error, 'You must provide a ALEGRA API key' if not apikey
34
+ raise Error, 'You must provide a ALEGRA USERNAME' if not username
35
+ @apikey = apikey
36
+ @username = username
37
+ create_token!
38
+ end
39
+
40
+ def create_token!
41
+ @token = ::Base64.encode64("#{@username}:#{@apikey}")
42
+ end
43
+ end
44
+ end
@@ -0,0 +1,22 @@
1
+ class Hash
2
+ def deep_camel_case_lower_keys(hash=self)
3
+ {}.tap { |h|
4
+ hash.each { |key, value| h[transform_key(key)] = map_value(value) }
5
+ }
6
+ end
7
+
8
+ def map_value(thing)
9
+ case thing
10
+ when Hash
11
+ deep_camel_case_lower_keys(thing)
12
+ when Array
13
+ thing.map { |v| map_value(v) }
14
+ else
15
+ thing
16
+ end
17
+ end
18
+
19
+ def transform_key(key)
20
+ key.to_s.split('_').inject([]){ |buffer, e| buffer.push(buffer.empty? ? e : e.capitalize) }.join.to_sym
21
+ end
22
+ end
@@ -0,0 +1,3 @@
1
+ module Alegra
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,175 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: alegra
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Diego Gomez
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-10-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.13'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.13'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: vcr
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '3'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '3'
69
+ - !ruby/object:Gem::Dependency
70
+ name: webmock
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '2.1'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '2.1'
83
+ - !ruby/object:Gem::Dependency
84
+ name: jazz_fingers
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '4'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '4'
97
+ - !ruby/object:Gem::Dependency
98
+ name: faraday
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '0.9'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '0.9'
111
+ - !ruby/object:Gem::Dependency
112
+ name: json
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '1.7'
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '1.7'
125
+ description: Gem to wrap Alegra API. This is unofficial gem (until now)
126
+ email:
127
+ - diego.f.gomez.pardo@gmail.com
128
+ executables: []
129
+ extensions: []
130
+ extra_rdoc_files: []
131
+ files:
132
+ - ".gitignore"
133
+ - ".rspec"
134
+ - ".travis.yml"
135
+ - CODE_OF_CONDUCT.md
136
+ - Gemfile
137
+ - LICENSE.txt
138
+ - README.md
139
+ - Rakefile
140
+ - alegra.gemspec
141
+ - bin/console
142
+ - bin/setup
143
+ - lib/alegra.rb
144
+ - lib/alegra/client.rb
145
+ - lib/alegra/contacts.rb
146
+ - lib/alegra/invoices.rb
147
+ - lib/alegra/request.rb
148
+ - lib/alegra/setup.rb
149
+ - lib/alegra/utilities/hash.rb
150
+ - lib/alegra/version.rb
151
+ homepage: https://github.com/degzcs/alegra
152
+ licenses:
153
+ - MIT
154
+ metadata: {}
155
+ post_install_message:
156
+ rdoc_options: []
157
+ require_paths:
158
+ - lib
159
+ required_ruby_version: !ruby/object:Gem::Requirement
160
+ requirements:
161
+ - - ">="
162
+ - !ruby/object:Gem::Version
163
+ version: '0'
164
+ required_rubygems_version: !ruby/object:Gem::Requirement
165
+ requirements:
166
+ - - ">="
167
+ - !ruby/object:Gem::Version
168
+ version: '0'
169
+ requirements: []
170
+ rubyforge_project:
171
+ rubygems_version: 2.5.1
172
+ signing_key:
173
+ specification_version: 4
174
+ summary: Gem to wrap Alegra API.
175
+ test_files: []