change_log 0.0.6 → 1.0.0
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.
- data/change_log.gemspec +1 -1
- data/lib/change_log/version.rb +1 -1
- metadata +4 -4
data/change_log.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.email = ["peterz@ncs.co.nz"]
|
|
11
11
|
s.homepage = "http://www.ncs.co.nz"
|
|
12
12
|
s.summary = %q{Change log gem record every changes for the model}
|
|
13
|
-
s.description = %q{A gem
|
|
13
|
+
s.description = %q{A gem for tracking who did what changes and when it happened -- keeps all the maintenance logs}
|
|
14
14
|
|
|
15
15
|
s.add_development_dependency "rspec"
|
|
16
16
|
s.rubyforge_project = "change_log"
|
data/lib/change_log/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: change_log
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
|
+
- 1
|
|
7
8
|
- 0
|
|
8
9
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 0.0.6
|
|
10
|
+
version: 1.0.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Peter Zhang
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: "0"
|
|
33
33
|
type: :development
|
|
34
34
|
version_requirements: *id001
|
|
35
|
-
description: A gem
|
|
35
|
+
description: A gem for tracking who did what changes and when it happened -- keeps all the maintenance logs
|
|
36
36
|
email:
|
|
37
37
|
- peterz@ncs.co.nz
|
|
38
38
|
executables: []
|