forked from intothefire/ruby-postcodeanywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathruby-postcodeanywhere.gemspec
50 lines (43 loc) · 1.35 KB
/
ruby-postcodeanywhere.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# frozen_string_literal: true
# stub: ruby-postcodeanywhere 0.2.0 ruby lib
Gem::Specification.new do |s|
s.name = 'ruby-postcodeanywhere'
s.version = '0.2.0'
s.required_ruby_version = '>= 2.5.0'
s.authors = ['Funding Circle']
s.email = ['[email protected]']
s.summary = 'Gem to provide basic access to PostcodeAnywhere services'
s.description = 'Gem to provide basic access to PostcodeAnywhere services'
s.homepage = 'http://github.com/FundingCircle/ruby-postcodeanywhere'
s.licenses = ['MIT']
s.require_paths = ['lib']
s.extra_rdoc_files = [
'LICENSE.txt',
'README.rdoc'
]
s.files = [
'.document',
'.github/workflows/ci.yml',
'.rspec',
'.rubocop.yml',
'.rubocop_todo.yml',
'.ruby-version',
'Gemfile',
'Gemfile.lock',
'LICENSE.txt',
'README.rdoc',
'Rakefile',
'VERSION',
'lib/postcode_anywhere/bank_account_validation.rb',
'lib/ruby-postcodeanywhere.rb',
'ruby-postcodeanywhere.gemspec',
'spec/lib/postcode_anywhere/bank_account_validation_spec.rb',
'spec/spec_helper.rb'
]
s.add_dependency('activesupport', '>= 0')
s.add_dependency('httparty', '>= 0')
s.metadata['rubygems_mfa_required'] = 'true'
end