acts_as_markup_extended 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +1 -2
  2. data/Rakefile +1 -1
  3. metadata +3 -3
@@ -6,8 +6,7 @@
6
6
  GitHub Project: http://github.com/mitchmarx/acts_as_markup_extended
7
7
 
8
8
  RDoc:
9
- * http://gitrdoc.com/vigetlabs/acts_as_markup/tree/master
10
- * http://vigetlabs.github.com/acts_as_markup
9
+ * http://rubydoc.info/gems/acts_as_markup_extended/1.0.2/frames
11
10
 
12
11
 
13
12
  == NOTE:
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ begin
14
14
  gem.email = "mitch.marx@mdpaladin.com"
15
15
  gem.homepage = "https://github.com/mitchmarx/acts_as_markup_extended/"
16
16
  gem.authors = ["Mitch Marx"]
17
- gem.version = '1.0.1'
17
+ gem.version = '1.0.2'
18
18
  gem.add_dependency('activesupport', '>= 2.3.2')
19
19
  gem.add_dependency('activerecord', '>= 2.3.2')
20
20
  gem.add_dependency('rdiscount', '~> 1.3')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_markup_extended
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mitch Marx