giocopro 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module ModelGenerator
2
2
  def adding_methods
3
- inject_into_class "app/models/#{@model_name}.rb", @model_name.capitalize, "include GiocoResource\n"
3
+ inject_into_class "app/models/#{@model_name}.rb", @model_name.capitalize, "include GiocoPro::GiocoResource\n"
4
4
  copy_file find_in_source_paths("config.rb"), "config/initializers/giocopro.rb"
5
5
  end
6
6
  end
@@ -8,6 +8,6 @@ module GiocoResource
8
8
  end
9
9
 
10
10
  def gioco_object
11
- GiocoPro::GiocoPro.new
11
+ Giocopro::Giocopro.new
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: giocopro
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gioco Pro
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2014-09-05 00:00:00 +02:00
18
+ date: 2014-09-15 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21