transender 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 6
3
+ :patch: 7
4
4
  :major: 0
data/lib/transender.rb CHANGED
@@ -277,7 +277,10 @@ module Transender
277
277
  Dir["#{app_path}/*.{m,h,pch,xib}"].each do |filename|
278
278
  Transender.replace_strings_in_file(transform_title, app_title, filename)
279
279
  end
280
- Dir["#{app_path}/Classes/*.{m,h}"].each do |filename|
280
+ Dir["#{app_path}/Views/*.{m,h,pch,xib}"].each do |filename|
281
+ Transender.replace_strings_in_file(transform_title, app_title, filename)
282
+ end
283
+ Dir["#{app_path}/Classes/**/*.{m,h}"].each do |filename|
281
284
  Transender.replace_strings_in_file(transform_title, app_title, filename)
282
285
  end
283
286
  Dir["#{app_path}/#{app_title}.xcodeproj/*.*"].each do |filename|
data/transender.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{transender}
5
- s.version = "0.2.6"
5
+ s.version = "0.2.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Mihael"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transender
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mihael