zandu 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.
Files changed (2) hide show
  1. data/lib/zandu.rb +3 -3
  2. metadata +1 -1
@@ -40,15 +40,15 @@ class ZanduInsertion
40
40
  # f.puts "end"
41
41
  # end
42
42
 
43
- File.new("app/controllers/dbs_controller.rb")
44
- #File.open("app/controllers/dbs_controller.rb","w") do |f|
43
+ #File.new("app/controllers/dbs_controller.rb")
44
+ File.open("app/controllers/dbs_controller.rb","w") do |f|
45
45
 
46
46
  srcFile = File.dirname(__FILE__) + "/tamplates/dbs_controller.rb"
47
47
  src = File.open(srcFile)
48
48
  dest = File.open("app/controllers/dbs_controller.rb", "w")
49
49
  IO.copy_stream(src, dest)
50
50
 
51
- #end
51
+ end
52
52
 
53
53
  File.open( 'config/routes.rb' ) do |io|
54
54
  io.each {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zandu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: