audite 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/audite.gemspec +1 -1
  2. data/lib/audite.rb +1 -1
  3. metadata +1 -1
data/audite.gemspec CHANGED
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "audite"
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
  s.author = "Matthias Georgi"
7
7
  s.email = "matti.georgi@gmail.com"
8
8
  s.homepage = "http://georgi.github.com/audite"
data/lib/audite.rb CHANGED
@@ -18,7 +18,7 @@ class Audite
18
18
  end
19
19
  end
20
20
 
21
- attr_reader :events
21
+ attr_reader :events, :active
22
22
 
23
23
  def initialize
24
24
  @events = Events.new
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: audite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: