mirror of
https://github.com/seejohnrun/haste-client.git
synced 2025-12-17 17:21:29 +00:00
Compare commits
2 Commits
no-jira-up
...
v0.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83052b3504 | ||
|
|
e213bf2a22 |
@@ -3,14 +3,14 @@ require File.dirname(__FILE__) + '/lib/haste/version'
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'haste'
|
||||
s.author = '@toptal/marketing-tools-2-eng'
|
||||
s.author = 'Toptal'
|
||||
s.add_development_dependency('rspec')
|
||||
s.add_dependency('json')
|
||||
s.add_dependency('faraday', '~> 0.9')
|
||||
s.description = 'CLI Haste Client'
|
||||
s.license = 'MIT License'
|
||||
s.homepage = 'https://github.com/toptal/haste-client'
|
||||
s.email = 'support@toptal.com'
|
||||
s.email = 'open-source@toptal.com'
|
||||
s.executables = 'haste'
|
||||
s.files = Dir['lib/**/*.rb', 'haste']
|
||||
s.platform = Gem::Platform::RUBY
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
module Haste
|
||||
|
||||
VERSION = '0.2.3'
|
||||
|
||||
VERSION = '0.3.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user