change_log 1.0.4 → 1.0.5
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/Gemfile +5 -1
- data/Gemfile.lock +16 -0
- data/README.textile +1 -1
- data/Rakefile +1 -0
- data/lib/change_log/version.rb +1 -1
- metadata +2 -1
data/Gemfile
CHANGED
data/Gemfile.lock
ADDED
data/README.textile
CHANGED
|
@@ -6,7 +6,7 @@ You can choose to skip the column which you do not want to keep change logs.
|
|
|
6
6
|
For example: 'updated_at', 'created_at' and 'password' etc.
|
|
7
7
|
|
|
8
8
|
* Note:
|
|
9
|
-
Change Log version 1.0.
|
|
9
|
+
Change Log version 1.0.5 is temporarily locked down to Rails 2.3.x and mysql database only.
|
|
10
10
|
Another version with fully support to Rails 3.x and multiple databases
|
|
11
11
|
will be available soon in another branch on github.
|
|
12
12
|
|
data/Rakefile
CHANGED
data/lib/change_log/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: change_log
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -20,6 +20,7 @@ extensions: []
|
|
|
20
20
|
extra_rdoc_files: []
|
|
21
21
|
files:
|
|
22
22
|
- Gemfile
|
|
23
|
+
- Gemfile.lock
|
|
23
24
|
- MIT-LICENSE
|
|
24
25
|
- README.textile
|
|
25
26
|
- Rakefile
|