From a1c4f49774ae882b37e0557c5204be641f62fbeb Mon Sep 17 00:00:00 2001 From: Aleksandr Sychev Date: Mon, 4 Sep 2017 19:46:49 +0300 Subject: [PATCH] Increased version number to 1.4.1 --- generamba.gemspec | 6 +++--- lib/generamba/version.rb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/generamba.gemspec b/generamba.gemspec index fa3fc09..864a174 100644 --- a/generamba.gemspec +++ b/generamba.gemspec @@ -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.' @@ -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 diff --git a/lib/generamba/version.rb b/lib/generamba/version.rb index 9550ea1..23b6fa9 100644 --- a/lib/generamba/version.rb +++ b/lib/generamba/version.rb @@ -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