yahoo_weather 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cf11f7430c13f1635607df48d8d66c4fa4523e2
4
- data.tar.gz: 8b3b452cc59c2f3a5d5182576b477a8ab251dc91
3
+ metadata.gz: fb7f3ed0f6d36bd6de06d1b65c1f81010fbb22b8
4
+ data.tar.gz: ee771acace7a575324c9130cbfd92b38ac4913ff
5
5
  SHA512:
6
- metadata.gz: fc2b0d9aa0b13a969d93be0e40d5b769982e9462a8077482f92823cf7b4e3013c1c6348cae6dd4e18aa1b28cb436af65daf6c88bab382e313dcdeaae7ba13853
7
- data.tar.gz: b22662c39a9c45cdd8b3d802d34450fc42e73b31cbafc5a31f8192e44ce2743a4b75b2dfa33bd92f79b916f387246d6f3b185bcfbfae159fec80e78cabfd2b8c
6
+ metadata.gz: 3c0040b2a1e34ad92ec56f6901d6140c42bc575bc91788e33e7d5c71329176b1961fed055225aa6126a0aadea374d91bd5674f5572a365e39ed0775152b16aab
7
+ data.tar.gz: 62f99922def35adf04b07fa8585c8ea7ec6732295f38eb4043ec16afb20790ddab7b5d1be32b72f640e9349a2fc53e7143055a719d2607877bfacd572b6aa48f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yahoo_weather (1.0.4)
4
+ yahoo_weather (1.0.5)
5
5
  nokogiri
6
6
  rails (>= 3.1.0)
7
7
 
@@ -1,10 +1,10 @@
1
1
  module YahooWeather
2
2
  module Generators
3
3
  class CopyLocaleGenerator < Rails::Generators::Base
4
- source_root File.expand_path(__FILE__)
4
+ source_root File.expand_path('../../../../', __FILE__)
5
5
  argument :locale, type: :string, default: 'en'
6
6
  def copy_locale
7
- copy_file "../../../../config/locales/#{locale.underscore}.yml", "config/locales/yahoo_weather.#{locale.underscore}.yml"
7
+ copy_file "config/locales/#{locale.underscore}.yml", "config/locales/yahoo_weather.#{locale.underscore}.yml"
8
8
  end
9
9
  end
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module YahooWeather
2
- VERSION = '1.0.4'.freeze
2
+ VERSION = '1.0.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yahoo_weather
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ildar Manzhikov