Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Aug 4, 2014
1 parent 2095546 commit 18c5a38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.8
0.3.0
10 changes: 6 additions & 4 deletions devise-i18n-views.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: devise-i18n-views 0.3.0 ruby lib

Gem::Specification.new do |s|
s.name = "devise-i18n-views"
s.version = "0.2.8"
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["mcasimir"]
s.date = "2013-09-23"
s.date = "2014-08-04"
s.description = "I18n support for devise views"
s.email = "[email protected]"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -63,6 +64,7 @@ Gem::Specification.new do |s|
"locales/pt-PT.yml",
"locales/ru.yml",
"locales/sk.yml",
"locales/tr.yml",
"locales/zh-CN.yml",
"locales/zh-TW.yml",
"spec/devise-i18n-views_spec.rb",
Expand All @@ -71,11 +73,11 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/mcasimir/devise-i18n-views"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.25"
s.rubygems_version = "2.1.9"
s.summary = "I18n support for devise views"

if s.respond_to? :specification_version then
s.specification_version = 3
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec>, [">= 2.4.0"])
Expand Down

0 comments on commit 18c5a38

Please sign in to comment.