emotions 0.2 → 0.2.1

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/README.md CHANGED
@@ -35,11 +35,11 @@ end
35
35
  Create a couple of models.
36
36
 
37
37
  ```ruby
38
- class Picture < ActiveRecord::Base
38
+ class Picture < ActiveRecord::Base
39
39
  acts_as_emotive
40
40
  end
41
41
 
42
- class User < ActiveRecord::Base
42
+ class User < ActiveRecord::Base
43
43
  acts_as_emotional
44
44
  end
45
45
  ```
@@ -1,3 +1,3 @@
1
1
  module Emotions
2
- VERSION = '0.2'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -18,7 +18,7 @@ module Emotions
18
18
  end
19
19
 
20
20
  def create_migration_file
21
- migration_template 'migration.rb', 'db/migrate/emotions_migration.rb'
21
+ migration_template 'migration.rb', 'db/migrate/add_emotions.rb'
22
22
  end
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emotions
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-27 00:00:00.000000000 Z
12
+ date: 2013-07-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -137,7 +137,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  segments:
139
139
  - 0
140
- hash: -451133210429222225
140
+ hash: -739399527715835013
141
141
  required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  none: false
143
143
  requirements:
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  version: '0'
147
147
  segments:
148
148
  - 0
149
- hash: -451133210429222225
149
+ hash: -739399527715835013
150
150
  requirements: []
151
151
  rubyforge_project:
152
152
  rubygems_version: 1.8.23