change_log 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,4 +1,8 @@
1
1
  source "http://rubygems.org"
2
-
3
2
  # Specify your gem's dependencies in change_log.gemspec
4
3
  gemspec
4
+
5
+ group :test do
6
+ gem 'rake'
7
+ end
8
+
data/Gemfile.lock ADDED
@@ -0,0 +1,16 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ change_log (1.0.5)
5
+
6
+ GEM
7
+ remote: http://rubygems.org/
8
+ specs:
9
+ rake (10.0.3)
10
+
11
+ PLATFORMS
12
+ ruby
13
+
14
+ DEPENDENCIES
15
+ change_log!
16
+ rake
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.4 is temporarily locked down to Rails 2.3.x and mysql database only.
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
@@ -1,2 +1,3 @@
1
1
  require 'bundler'
2
2
  Bundler::GemHelper.install_tasks
3
+ task :default => :test
@@ -1,3 +1,3 @@
1
1
  module ChangeLog
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
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
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