Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanp committed Jul 16, 2019
1 parent 5b4618e commit 6e27ad4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 1.0.0 / 2015-10-18
# UNRELEASED

* Remove version requirement from Pakyow gems
# 1.0

* Hello, Web
2 changes: 1 addition & 1 deletion lib/pakyow/slim/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Pakyow
module Slim
VERSION = "2.0.0.rc1".freeze
VERSION = "2.0.0".freeze
end
end
8 changes: 4 additions & 4 deletions pakyow-slim.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
spec.summary = "Pakyow Slim"
spec.description = "Slim support for Pakyow Presenter"

spec.authors = ["Bryan Powell"]
spec.email = "bryan@metabahn.com"
spec.homepage = "https://pakyow.org"
spec.author = "Bryan Powell"
spec.email = "bryan@bryanp.org"
spec.homepage = "https://pakyow.com"

spec.required_ruby_version = ">= 2.5.0"

Expand All @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["CHANGELOG.md", "README.md", "LICENSE", "lib/**/*"]
spec.require_path = "lib"

spec.add_dependency "pakyow-presenter", ">= 1.0.0.rc1"
spec.add_dependency "pakyow-presenter", "~> 1.0.0"

spec.add_dependency "slim", "~> 4.0"
end

0 comments on commit 6e27ad4

Please sign in to comment.