audit 0.6.0 → 0.7.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.
Files changed (5) hide show
  1. data/Gemfile +1 -1
  2. data/audit.gemspec +2 -2
  3. data/lib/audit.rb +1 -1
  4. data/test/helper.rb +1 -1
  5. metadata +3 -3
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source :gemcutter
2
2
 
3
- gem "cassandra", "~> 0.9.0"
3
+ gem "cassandra", "~> 0.9.1"
4
4
  gem "activemodel", "~> 3.0.0"
5
5
  gem "yajl-ruby", "~> 0.7.7"
6
6
 
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'audit'
16
- s.version = '0.6.0'
17
- s.date = '2011-03-22'
16
+ s.version = '0.7.0'
17
+ s.date = '2011-04-21'
18
18
  s.rubyforge_project = 'audit'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -3,7 +3,7 @@
3
3
  module Audit
4
4
 
5
5
  # Everything needs a version.
6
- VERSION = '0.6.0'
6
+ VERSION = '0.7.0'
7
7
 
8
8
  autoload :Log, "audit/log"
9
9
  autoload :Changeset, "audit/changeset"
@@ -5,7 +5,7 @@ Bundler.setup
5
5
  require 'test/unit'
6
6
  require 'shoulda'
7
7
  require 'flexmock/test_unit'
8
- require 'cassandra/0.6'
8
+ require 'cassandra/0.7'
9
9
  require 'cassandra/mock'
10
10
  require 'active_record'
11
11
  require 'audit'
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 6
7
+ - 7
8
8
  - 0
9
- version: 0.6.0
9
+ version: 0.7.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Adam Keys
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-03-22 00:00:00 -05:00
17
+ date: 2011-04-21 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency