Skip to content

Commit

Permalink
Regenerate gemspec for version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nitsikopoulos committed Oct 30, 2015
1 parent 239ba26 commit 8be887a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pin_up.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: pin_up 1.1.1 ruby lib

Gem::Specification.new do |s|
s.name = "pin_up"
s.version = "1.1.0"
s.version = "1.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Daniel Nitsikopoulos"]
s.date = "2015-07-17"
s.date = "2015-10-30"
s.description = "A Ruby gem wrapper for the pin-payments (pin.net.au) API"
s.email = "[email protected]"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -56,14 +58,13 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/dNitza/pin_up"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "2.0.14"
s.rubygems_version = "2.4.8"
s.summary = "A Ruby gem wrapper for the pin-payments API"

if s.respond_to? :specification_version then
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.1.1') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<httparty>, [">= 0.11.0"])
s.add_development_dependency(%q<shoulda>, ["~> 3.5"])
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
Expand Down

0 comments on commit 8be887a

Please sign in to comment.