Skip to content

Commit a1c4f49

Browse files
author
Aleksandr Sychev
committed
Increased version number to 1.4.1
1 parent e2242d2 commit a1c4f49

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

generamba.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ require 'generamba/version'
66
Gem::Specification.new do |spec|
77
spec.name = 'generamba'
88
spec.version = Generamba::VERSION
9-
spec.authors = ['Egor Tolstoy', 'Andrey Zarembo', 'Beniamin Sarkisyan']
10-
spec.email = 'e.tolstoy@rambler-co.ru'
9+
spec.authors = ['Egor Tolstoy', 'Andrey Zarembo', 'Beniamin Sarkisyan', 'Aleksandr Sychev']
10+
spec.email = 'rambler.ios@rambler-co.ru'
1111

1212
spec.summary = 'Advanced code generator for Xcode projects with a nice and flexible template system.'
1313
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.'
@@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
3434
# ActiveSupport dependency is not used by dashramba; instead some other dependency
3535
# requires it. We lock it to 4.2.7 so as to avoid using 5.0, which is
3636
# not compatible with older versions of Ruby.
37-
spec.add_development_dependency 'activesupport', '~> 4.2.7'
37+
spec.add_development_dependency 'activesupport', '~> 4.2', '>= 4.2.7'
3838
end

lib/generamba/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Generamba
2-
VERSION = '1.4.0'
3-
RELEASE_DATE = '25.12.2016'
2+
VERSION = '1.4.1'
3+
RELEASE_DATE = '29.08.2017'
44
RELEASE_LINK = "https://github.com/rambler-digital-solutions/Generamba/releases/tag/#{VERSION}"
55
end

0 commit comments

Comments
 (0)