1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-15 00:05:56 +00:00

Fix RSpec dependencies

This commit is contained in:
John Crepezzi
2017-01-30 21:56:07 -05:00
parent f79b70da61
commit dfb69c5e0d
2 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gemspec gemspec
gem 'transpec'

View File

@@ -4,8 +4,8 @@ require File.dirname(__FILE__) + '/lib/haste/version'
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'haste' s.name = 'haste'
s.author = 'John Crepezzi' s.author = 'John Crepezzi'
s.add_development_dependency('rspec', '~> 3.0') s.add_development_dependency('rspec')
s.add_dependency('json', '~> 1.8') s.add_dependency('json')
s.add_dependency('faraday', '~> 0.9') s.add_dependency('faraday', '~> 0.9')
s.description = 'CLI Haste Client' s.description = 'CLI Haste Client'
s.license = 'MIT License' s.license = 'MIT License'