Skip to content

Commit

Permalink
yjcocoa.gemspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
937447974 committed Aug 26, 2017
1 parent ea3afc5 commit b4b6eba
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions yjcocoa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# http://guides.rubygems.org/specification-reference/
# gem build yjcocoa.gemspec
# gem install yjcocoa-17.8.22.gem
# gem push squid-utils-0.1.0.gem
# gem push yjcocoa-17.8.26.gem

require File.expand_path('../lib/yjcocoa/gem_version', __FILE__)
require 'date'
Expand All @@ -35,11 +35,8 @@ Gem::Specification.new do |s|
s.executables = %w{ yjcocoa }
s.require_paths = %w{ lib }

s.add_runtime_dependency 'claide', '>= 1.0.2', '< 2.0'
s.add_runtime_dependency 'ruby-macho', '~> 1.1'

s.add_development_dependency 'bundler', '~> 1.3'
s.add_development_dependency 'rake', '~> 10.0'
s.add_runtime_dependency 'claide', '~> 1.0', '>= 1.0.2'
s.add_runtime_dependency 'colored2', '~> 3.1', '>= 3.1.2'

## Make sure you can build the gem on older versions of RubyGems too:
s.rubygems_version = "1.6.2"
Expand Down

0 comments on commit b4b6eba

Please sign in to comment.