Skip to content

Commit

Permalink
Update version and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kalsan committed Dec 7, 2022
1 parent da3e242 commit ffd2727
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ task :gemspec do
s.name = 'dyny'
s.version = Dyny::Version::LABEL
s.author = ['Sandro Kalbermatter']
s.summary = 'Needs summary'
s.summary = 'A tiny framework for writing dynamic Rails views directly in Ruby'
s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
s.executables = []
s.require_paths = ['lib']
Expand Down
8 changes: 4 additions & 4 deletions dyny.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# This file is auto-generated via: 'rake gemspec'.

# -*- encoding: utf-8 -*-
# stub: dyny 0.0.1 ruby lib
# stub: dyny 0.0.2 ruby lib

Gem::Specification.new do |s|
s.name = "dyny".freeze
s.version = "0.0.1"
s.version = "0.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Sandro Kalbermatter".freeze, "contributors".freeze]
s.authors = ["Sandro Kalbermatter".freeze]
s.date = "2022-12-07"
s.files = [".gitignore".freeze, ".ruby-version".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "dyny.gemspec".freeze, "lib/dyny.rb".freeze, "lib/dyny/helper.rb".freeze, "lib/dyny/railtie.rb".freeze, "lib/dyny/template_handler.rb".freeze, "lib/dyny/version.rb".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze)
s.rubygems_version = "3.2.33".freeze
s.summary = "Needs summary".freeze
s.summary = "A tiny framework for writing dynamic Rails views directly in Ruby".freeze

if s.respond_to? :specification_version then
s.specification_version = 4
Expand Down
2 changes: 1 addition & 1 deletion lib/dyny/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Dyny
module Version
MAJOR = 0
MINOR = 0
PATCH = 1
PATCH = 2

EDGE = false

Expand Down

0 comments on commit ffd2727

Please sign in to comment.