worlddb-admin 0.1.0 → 0.1.1

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: 69e92d7cfbff170d2cce8f477b9faec0c02bb5c4
4
- data.tar.gz: d1ad4e6726485ba914d2ae6007d556cb93220a0c
3
+ metadata.gz: 915141b61956701fae838eedc1cbd55ec5f07f46
4
+ data.tar.gz: 8030e569fe1081945f7eda05a54237303cb1a91b
5
5
  SHA512:
6
- metadata.gz: 654901b57abaaa4a74dd8d1a12f8ac007e538f0839f0c808db380d488bf76e8c25276a06aa99c1643937ff7b63ba9f9bfb9df3a56daadc74a3a96b2bc030dc67
7
- data.tar.gz: 04e68d31afe9d370a40bb8293f09104b5b3944d4c886bacf62462fb2fb6a31796a9f81d831bff478bfb94d5dd5948b655b3ff43c92de0fa7178f3ff5b46cf616
6
+ metadata.gz: b02fbb85c9e14c4d465635132b219ddf11b799dc5d7bf04aeb67033732879af7e353dc3a310d5faabb0ad334cec883c7caf22d6a22fb9b685631f46972674969
7
+ data.tar.gz: 4ac5dc05da7922941f0bf5e29ee27b3645f14e1dfe1c1531925a330f710a76e911dd1d4bb74e8067dec93532c4f5e12f8e4da30dc0307c774b5e76c5a51cfefd
@@ -1,6 +1,10 @@
1
1
 
2
+ puts "[boot] routes.rb - before WorldDbAdmin::Engine.routes.draw"
3
+
2
4
  WorldDbAdmin::Engine.routes.draw do
3
-
5
+
6
+ puts "[boot] routes.rb - enter WorldDbAdmin::Engine.routes.draw"
7
+
4
8
  match 'about', :to => 'pages#about'
5
9
 
6
10
 
@@ -37,4 +41,8 @@ WorldDbAdmin::Engine.routes.draw do
37
41
 
38
42
  root :to => 'countries#index'
39
43
 
44
+ puts "[boot] routes.rb - leave WorldDbAdmin::Engine.routes.draw"
45
+
40
46
  end
47
+
48
+ puts "[boot] routes.rb - after WorldDbAdmin::Engine.routes.draw"
@@ -1,4 +1,4 @@
1
1
 
2
2
  module WorldDbAdmin
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worlddb-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer