Skip to content

Commit

Permalink
Increased version number to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Sychev committed Sep 4, 2017
1 parent e2242d2 commit a1c4f49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions generamba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require 'generamba/version'
Gem::Specification.new do |spec|
spec.name = 'generamba'
spec.version = Generamba::VERSION
spec.authors = ['Egor Tolstoy', 'Andrey Zarembo', 'Beniamin Sarkisyan']
spec.email = 'e.tolstoy@rambler-co.ru'
spec.authors = ['Egor Tolstoy', 'Andrey Zarembo', 'Beniamin Sarkisyan', 'Aleksandr Sychev']
spec.email = 'rambler.ios@rambler-co.ru'

spec.summary = 'Advanced code generator for Xcode projects with a nice and flexible template system.'
spec.description = 'Generamba is a powerful and easy-to-use Xcode code generator. It provides a project-based configuration, flexible templates system, the ability to generate code and tests simultaneously.'
Expand All @@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
# ActiveSupport dependency is not used by dashramba; instead some other dependency
# requires it. We lock it to 4.2.7 so as to avoid using 5.0, which is
# not compatible with older versions of Ruby.
spec.add_development_dependency 'activesupport', '~> 4.2.7'
spec.add_development_dependency 'activesupport', '~> 4.2', '>= 4.2.7'
end
4 changes: 2 additions & 2 deletions lib/generamba/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Generamba
VERSION = '1.4.0'
RELEASE_DATE = '25.12.2016'
VERSION = '1.4.1'
RELEASE_DATE = '29.08.2017'
RELEASE_LINK = "https://github.com/rambler-digital-solutions/Generamba/releases/tag/#{VERSION}"
end

0 comments on commit a1c4f49

Please sign in to comment.