event_publisher 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 465c293078befdfb818d5c0757058d23e8964de1
4
- data.tar.gz: a4db8398abad15c3f802783ca04f00007069ccb4
3
+ metadata.gz: 0a7389e3ebfec8a0e0705b5d77c0e55a8e69075f
4
+ data.tar.gz: f3f5854dd71dbd1ed08ee1169c06ae435ef6b26c
5
5
  SHA512:
6
- metadata.gz: 12e31aa70bf86d680f050f2b02298c8cf58199f82f6d6079503123fe80aebc8848cb03bb34cd63ae82e08f4268ed2c163f9a935cafbf4397e731bcf5a4a53f01
7
- data.tar.gz: 1ee79e2a88497b4e64af77e43a5acfeb39466627fd5f34b7dc938a6c510ed8cbf74e2a796049c0a3f340d20476924d7fa2c2ff07905187bd6400c82a71a3314d
6
+ metadata.gz: 83996124c780296868b287990a1f0b7dedc171d59ccc815ea9c5296f2e4b3a87c589618d8f2b8e558dc94b1f7d423dd9f0c3cf92f427b20cd48edf85e5f19f5c
7
+ data.tar.gz: f0e39ef3ba8e3fc4dac71b969717da0611c73e117e5efeb76351415b49f601ebd3065d895385b5abf7e76e428770f97b8c635ba7d38acdb7c5e55e26694c4546
data/README.rdoc CHANGED
@@ -2,13 +2,8 @@
2
2
 
3
3
  === Installation
4
4
 
5
- `gem install event_publisher`
6
-
7
- Or add the gem to the Gemfile
8
-
9
- `gem 'event_publisher'`
10
-
11
-
5
+ 1. Either run `gem install event_publisher` or add the gem to the Gemfile `gem 'event_publisher'` then run the bundle command.
6
+ 2. Install the gem's migrations using the command `rake event_publisher:install:migrations`
12
7
 
13
8
  === Usage
14
9
 
@@ -1,8 +1,5 @@
1
1
  module EventPublisher
2
2
  class Event < ActiveRecord::Base
3
- # Accessible attributes
4
- attr_accessible :name
5
-
6
3
  # Relations
7
4
  has_many :event_trackings
8
5
  end
@@ -1,3 +1,3 @@
1
1
  module EventPublisher
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: event_publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mohamed Magdy