russpeeddev 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f3503c0962db2e908c48fddc42c8b53c8a4ca87
4
- data.tar.gz: a1d279078e336bccd8d41f9d4e2ec11294eca02b
3
+ metadata.gz: 822967386c2484d9db88a7cd00cc2c67db56dab8
4
+ data.tar.gz: 8111ba0bee630bdcf4ee9fa3306d41db1c320d05
5
5
  SHA512:
6
- metadata.gz: 0f43ed060140bbc7a8553c3c49b812454a4c35dbf99c220794725e5b03c7346379fdbab1695d2074e475adeafa3a8dfc3916c58ce4f5f7a91841b0decb46db9e
7
- data.tar.gz: c7f31c017c6140808b707db80c2a2bee34f53c71e22e48189a22020f4e5259b2d5022edfd712c4cc7eec2a35e2122369c9527b43056901fbdae9fa00d61b1569
6
+ metadata.gz: 48e0bfae90d8d79ef516ccf0795c18593add372be6829fbd276d7c6b51ada7489aae862ef7ccdee56311536cf5e7dade530e4844e5a4e816ba1f701d0da7c3d8
7
+ data.tar.gz: ad8fdfb967d11ae9599b496d8899c936ecc57342fabf24cdfcce14e9dc1fa2fd697f3b38e5082d8c4f28ab3a379a9ffacf37466d98975d0ca29bade1613ad4f9
data/CHANGELOG.MD CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.0.3
2
+
3
+ * wrap configs
4
+
1
5
  ## v0.0.2
2
6
 
3
7
  * add configs to config/application.rb
@@ -88,10 +88,10 @@ end
88
88
 
89
89
  def edit_application_rb
90
90
  insert_into_file "config/application.rb" , after: "# config.i18n.default_locale = :de" do
91
- "config.i18n.default_locale = :ru\n"
91
+ "\n config.i18n.default_locale = :ru\n"
92
92
  end
93
93
  insert_into_file "config/application.rb" , after: "# config.time_zone = 'Central Time (US & Canada)'" do
94
- " config.time_zone = 'Moscow'\n config.active_record.default_timezone = :local\n"
94
+ "\n config.time_zone = 'Moscow'\n config.active_record.default_timezone = :local\n"
95
95
  end
96
96
  end
97
97
 
@@ -2,7 +2,7 @@
2
2
  module Russpeeddev
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 2
5
+ TINY = 3
6
6
  PRE = nil
7
7
  VERSION = [MAJOR, MINOR, TINY, PRE].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: russpeeddev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - vasche