Skip to content

Commit b4a1f7a

Browse files
committed
clean up dead files, bump minimum ruby to 2.2.2
1 parent 4502a28 commit b4a1f7a

6 files changed

Lines changed: 3 additions & 7 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ before_script:
1919
script:
2020
- bundle exec rake spec:ci
2121
- bundle exec rake spec:api
22-
- bundle exec rake spec:testrunner
22+
- bundle exec rake spec:testrunner

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
## Requirements
10-
* Ruby 2.2 or higher
10+
* Ruby 2.2.2 or higher
1111
* RubyGem 1.3.7 or higher (to build the gem)
1212
* RDoc 1.0 or higher (to build documentation)
1313
* Rake 0.8.7 or higher (to use the rake tasks)

authorizenet.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.homepage = "https://github.com/AuthorizeNet/sdk-ruby"
1212
s.license = "https://github.com/AuthorizeNet/sdk-ruby/blob/master/LICENSE.txt"
1313

14-
s.required_ruby_version = '>= 2.1.0'
14+
s.required_ruby_version = '>= 2.2.2'
1515
s.required_rubygems_version = '>= 1.3.6'
1616

1717
s.add_runtime_dependency 'activesupport', '>= 4.2.6'

init.rb

Lines changed: 0 additions & 2 deletions
This file was deleted.

install.rb

Lines changed: 0 additions & 1 deletion
This file was deleted.

uninstall.rb

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)