Empact-trackless_triggers 0.0.7 → 0.0.8

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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{Empact-trackless_triggers}
8
- s.version = "0.0.7"
8
+ s.version = "0.0.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Aaron Patterson", "Christian Eager"]
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  "init.rb",
27
27
  "lib/trackless_triggers.rb"
28
28
  ]
29
- s.homepage = %q{http://github.com/Empact/trackless-triggers}
29
+ s.homepage = %q{http://github.com/Empact/trackless_triggers}
30
30
  s.rdoc_options = ["--charset=UTF-8"]
31
31
  s.require_paths = ["lib"]
32
32
  s.rubygems_version = %q{1.3.7}
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ begin
7
7
  gemspec.summary = "Adds support for MySQL triggers in ActiveRecord"
8
8
  gemspec.description = "Adds support for MySQL triggers in ActiveRecord"
9
9
  gemspec.email = "christian@perpenduum.com"
10
- gemspec.homepage = "http://github.com/Empact/trackless-triggers"
10
+ gemspec.homepage = "http://github.com/Empact/trackless_triggers"
11
11
  gemspec.authors = ["Aaron Patterson","Christian Eager"]
12
12
  end
13
13
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Empact-trackless_triggers
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aaron Patterson
@@ -39,7 +39,7 @@ files:
39
39
  - init.rb
40
40
  - lib/trackless_triggers.rb
41
41
  has_rdoc: true
42
- homepage: http://github.com/Empact/trackless-triggers
42
+ homepage: http://github.com/Empact/trackless_triggers
43
43
  licenses: []
44
44
 
45
45
  post_install_message: