Add i18n#311
Conversation
|
👍 Released as version |
|
Is there something required to use 0.13.1? I am getting ... In some of my own tests. |
|
This is another instance: |
|
And one other issue that appears a lot in my specs... |
|
Digging in a little on the latter to see if I can relay more info. |
|
On line 24... So |
|
@martinstreicher odd - I'm able to do the following and get 'every 2 years' require 'ice_cube'
schedule = IceCube::Schedule.new Time.now
schedule.rrule IceCube::Rule.yearly(2)
puts schedule.to_sany more detail you can provide? cc / @greysteil |
|
Odd. I get this when running that small snippet. What version of i18n do you have? I am using Ruby 2.2.3. |
|
This is Here's my |
|
That's a pretty simple list. I have tons of other things in mine, including Rails. Let me do some digging. This was not an issue with 0.13.0, but I think from the commits for 0.13.1 that i18n was added for that release. |
|
That's correct |
|
Stupid question: If I look at the 0.13.1 gem installed locally after running |
|
If I pull down the tar file for the release, the subdir config is there. |
|
Ahh :) I think this may be it - the config path should be added to the gemspec |
|
0.13.2 fixes the issue. The config directory is there and the gem works. |
|
Great sorry for the inconvenience @martinstreicher and thanks for the great report |
|
👏 🎉 😄 Thanks @seejohnrun for merging. |
|
thank you @dgilperez :) |
|
@seejohnrun No problem. Thanks to rspec and a very large suite for my IceCube coding. (Now I just need to figure out why 8 of my tests always break when run on a machine set in the UTC time zone!) |
An amalgamation of:
Specs should pass and this should be 👌 to go...