Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
FInal build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
seweil committed Oct 10, 2017
1 parent 4629f83 commit c5c8440
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/spec/reports/
/tmp/
/.idea/
*.gem
2 changes: 1 addition & 1 deletion lib/smartsheet/constants.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Smartsheet
module Constants
VERSION = '0.1.0.pre'.freeze
VERSION = '1.0.0.beta.0'.freeze

USER_AGENT = 'smartsheet-ruby-sdk'.freeze
API_URL = 'https://api.smartsheet.com/2.0'.freeze
Expand Down
9 changes: 5 additions & 4 deletions smartsheet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
spec.name = 'smartsheet'
spec.version = Smartsheet::VERSION
spec.author = 'Smartsheet'
spec.email = 'api@smartsheet.com'

spec.summary = 'An SDK to simplify connecting to the Smartsheet API from Ruby applications.'
spec.description = <<-EOF
Expand All @@ -31,8 +32,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'faraday', '~> 0.13.1'
spec.add_dependency 'plissken', '~> 1.2.0'
spec.add_dependency 'awrence', '~> 1.0.0'
spec.add_dependency 'plissken', '~> 1.2'
spec.add_dependency 'awrence', '~> 1.0'

spec.add_development_dependency 'bundler', '~> 1.15'
spec.add_development_dependency 'coveralls', '~> 0.8.21'
Expand All @@ -41,6 +42,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'mocha', '~> 1.3'
spec.add_development_dependency 'timecop', '~> 0.9.1'
spec.add_development_dependency 'rubocop', '~> 0.49.1'
spec.add_development_dependency 'reek', '~> 4.7.2'
spec.add_development_dependency 'rubycritic', '~> 3.2.3'
spec.add_development_dependency 'reek', '~> 4.7'
spec.add_development_dependency 'rubycritic', '~> 3.2'
end

0 comments on commit c5c8440

Please sign in to comment.