copycat 0.2.0 → 0.2.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.
@@ -21,7 +21,7 @@ describe Copycat do
21
21
 
22
22
  before do
23
23
  Base().class_eval do
24
- include CopycatImplementation
24
+ include Copycat::Implementation
25
25
  end
26
26
  end
27
27
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: copycat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-04-03 00:00:00.000000000 Z
13
+ date: 2012-04-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
17
- requirement: &2151799180 !ruby/object:Gem::Requirement
17
+ requirement: &2151799140 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: 3.0.0
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *2151799180
25
+ version_requirements: *2151799140
26
26
  description: Edit live website copy.
27
27
  email:
28
28
  - info@vermonster.com
@@ -42,6 +42,7 @@ files:
42
42
  - db/migrate/20120313191745_create_copycat_translations.rb
43
43
  - lib/copycat/engine.rb
44
44
  - lib/copycat/implementation.rb
45
+ - lib/copycat/routes.rb
45
46
  - lib/copycat/simple.rb
46
47
  - lib/copycat/version.rb
47
48
  - lib/copycat.rb