Skip to content

Commit ba092b7

Browse files
committed
Bump to 1.0.0.pre
1 parent b4367bc commit ba092b7

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

lib/siilar/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Siilar
2-
VERSION = "0.1.0"
2+
VERSION = '1.0.0.pre'
33
end

siilar.gemspec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@ Gem::Specification.new do |spec|
1111

1212
spec.summary = 'A Ruby client for the Siilar API'
1313
spec.description = 'A Ruby client for the Siilar API'
14-
spec.homepage = 'git@github.com:craftsmen/niland-siilar-ruby.git'
14+
spec.homepage = 'https://github.com/craftsmen/niland-siilar-ruby'
1515

1616
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
1717
spec.require_paths = ['lib']
1818

19-
if spec.respond_to?(:metadata)
20-
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server."
21-
end
22-
2319
spec.add_dependency 'httparty'
2420

2521
spec.add_development_dependency 'rake'

0 commit comments

Comments
 (0)