dbconsole 0.0.4 → 0.0.5

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTRmODk3Zjg5OGE4OWE3MTU2ZjgzMGJhMjgyNzAwYzI0NGE0YWI4Nw==
4
+ ZjEyYTgxYTRjMTkwMDY1MGFmNDkyYjVkZGM1MjgwZWYzZGY3OTQ4Zg==
5
5
  data.tar.gz: !binary |-
6
- M2FmZGNiNGExMmRhY2NhMjAxNDY4NzQ2MDJmMTBjMDQ5ZTc1NmE2Yg==
6
+ YWViZmY5YjEyZmJjYzlmYmFlNjFlNGZmZTdhYzgwYmY3NzVjYzZlMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YzIwNjdlZmE0MWJjMWVmZGNhM2JjZGFlZTZiYzViMjQ0YzQzZDczMTBlNjRm
10
- MjVhMGVjOTgzM2YxNmY2YTM3MjdlYmRiODA5ZmM0NjlmZWRmYjMwMzYxZDZm
11
- MzZlODU4ODhhZTdiODhmMTgwNGI3NDczNzQ1ZjRiMmU4YzE2N2U=
9
+ Y2IwZjMxODQ4ZTFjOTM1MGIxZDIxNGE1ZmNhNDIxMjc0MWI5MjNhYThhMTZl
10
+ YjhmMzhjZmJhNTU2OGUxMDgzMmU3ZjUxZWM1YTBlODI2YjczN2JjODRiNzJj
11
+ OGE2NWJkZDBhNmUzNDU2OWJhMDc5MTE3NzhhN2UwNTg5NDYwMzc=
12
12
  data.tar.gz: !binary |-
13
- OGFmMjkxYzEzMGExYTcxM2ZhNWM5YWUxMTk1MWEzNjUwYzEwZTZjOTgwOGE2
14
- MTdhMWE5NzYyN2RhOWFlZGQxMGJlZTAyYmFmZjBhMzJiMTMyODg1NGNmNDc3
15
- OWI1MWViYmQ3YTMwYzZiZTZjN2Q1MGU1YzE1OTQ5NzE5M2U3NDM=
13
+ NzVhZjA3ZmJhMGUyODkzYjFiZDZlZTA5NzhjN2YwNmM4OGRhNGQwMWE0NTYz
14
+ ZTE5NGY2ZjlmNzg0ZWQ4MGIyNzkwNTU3YWMyMzUwN2ZjMTExMzE2ZWI4OGU4
15
+ N2VkYmQ1N2MxMTBiMDM0ZGU0MzRjZGVkOTI2NDk3YjJiMjJmOGI=
@@ -1,3 +1,3 @@
1
1
  module Dbconsole
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -16,8 +16,8 @@ module Dbconsole
16
16
  class_option :routes, desc: "Generate routes", type: :boolean, default: true
17
17
 
18
18
  def add_devise_routes
19
- devise_route = "mount Dbconsole::Engine, at: \"/esr\""
20
- devise_route << %Q(, skip: :all) unless options.routes?
19
+ devise_route = "mount Dbconsole::Engine, at: \"/dbconsole\""
20
+ #devise_route << %Q(, skip: :all) unless options.routes?
21
21
  route devise_route
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dbconsole
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - SrinivasaReddy
@@ -9,63 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2014-06-05 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: rails
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ~>
18
- - !ruby/object:Gem::Version
19
- version: 4.0.5
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ~>
25
- - !ruby/object:Gem::Version
26
- version: 4.0.5
27
- - !ruby/object:Gem::Dependency
28
- name: sqlite3
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ! '>='
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ! '>='
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: mysql2
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ! '>='
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ! '>='
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
- - !ruby/object:Gem::Dependency
56
- name: jqgrid-jquery-rails
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ~>
60
- - !ruby/object:Gem::Version
61
- version: 4.5.201
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ~>
67
- - !ruby/object:Gem::Version
68
- version: 4.5.201
12
+ dependencies: []
69
13
  description: GUI for configured database.
70
14
  email:
71
15
  - srinivas.r@sigmainfo.net
@@ -124,7 +68,6 @@ files:
124
68
  - lib/generators/dbconsole_generator.rb
125
69
  - lib/generators/initializer/USAGE
126
70
  - lib/generators/initializer/initializer_generator.rb
127
- - lib/generators/initializer/initializer_generator.rb~
128
71
  - lib/generators/install_generator.rb
129
72
  - lib/tasks/dbconsole_tasks.rake
130
73
  - test/controllers/dbconsole/database_controller_test.rb
@@ -163,7 +106,7 @@ files:
163
106
  - test/helpers/dbconsole/database_helper_test.rb
164
107
  - test/integration/navigation_test.rb
165
108
  - test/test_helper.rb
166
- homepage: ''
109
+ homepage: https://github.com/sigmainfo/dbconsole
167
110
  licenses: []
168
111
  metadata: {}
169
112
  post_install_message:
@@ -1,9 +0,0 @@
1
- class InitializerGenerator < Rails::Generators::NamedBase
2
- source_root File.expand_path('../templates', __FILE__)
3
-
4
- def add_devise_routes
5
- devise_route = "mount Dbconsole::Engine, at: \"/dbconsole\""
6
- devise_route << %Q(, skip: :all) unless options.routes?
7
- route devise_route
8
- end
9
- end