forked from devton/catarse_moip
-
Notifications
You must be signed in to change notification settings - Fork 8
/
catarse_moip.gemspec
28 lines (23 loc) · 1.02 KB
/
catarse_moip.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
#encoding: utf-8
$:.push File.expand_path("../lib", __FILE__)
# Maintain your gem's version:
require "catarse_moip/version"
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "catarse_moip"
s.version = CatarseMoip::VERSION
s.authors = ["Antônio Roberto Silva", "Diogo Biazus", "Josemar Davi Luedke"]
s.homepage = "http://github.com/catarse/catarse_moip"
s.summary = "MoIP integration with Catarse"
s.description = "MoIP integration with Catarse crowdfunding platform"
s.files = `git ls-files`.split($\)
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.add_dependency "rails", "~> 4.0"
s.add_dependency "httparty"
s.add_dependency 'libxml-ruby', '~> 2.8.0'
s.add_dependency "enumerate_it"
s.add_development_dependency "rspec-rails", "~> 2.14.0"
s.add_development_dependency "factory_girl_rails"
s.add_development_dependency "database_cleaner"
end