Skip to content

Commit

Permalink
chore: Gemspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
tacconthommy committed Nov 27, 2018
1 parent 2c3f77f commit 5e9e15b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
/.bundle/
/.yardoc
/_yardoc/
Expand Down
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@
source 'https://rubygems.org'
gemspec

gem 'colorize'
gem 'coveralls', require: false
gem 'htmlbeautifier'
gem 'mustache', '~> 1.0'
gem 'thor'
2 changes: 1 addition & 1 deletion lib/platte/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Platte
VERSION = '0.1.1'
VERSION = '0.1.2'
end
6 changes: 6 additions & 0 deletions platte.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Gem::Specification.new do |s|
s.files = %w[LICENSE README.md platte.gemspec] + Dir['lib/**/*.rb', 'bin/*']

s.required_ruby_version = '~> 2.3'

s.add_dependency 'colorize'
s.add_dependency 'htmlbeautifier'
s.add_dependency 'mustache', '~> 1.0'
s.add_dependency 'thor'

s.add_development_dependency 'bundler', '~> 1.16'
s.add_development_dependency 'rake', '~> 10.0'
s.add_development_dependency 'rspec', '~> 3.0'
Expand Down

0 comments on commit 5e9e15b

Please sign in to comment.