tristandunn-acts_as_markup 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -2,7 +2,7 @@ require 'active_support'
2
2
 
3
3
  module ActsAsMarkup
4
4
  # :stopdoc:
5
- VERSION = '1.3.3'.freeze
5
+ VERSION = '1.3.4'.freeze
6
6
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
7
7
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
8
8
  # :startdoc:
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{tristandunn-acts_as_markup}
5
- s.version = "1.3.3"
5
+ s.version = "1.3.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Brian Landau"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tristandunn-acts_as_markup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Landau
@@ -92,12 +92,14 @@ extra_rdoc_files:
92
92
  - CHANGELOG
93
93
  - LICENSE
94
94
  - README.rdoc
95
+ - lib/.acts_as_markup.rb.swp
95
96
  - lib/acts/.as_markup.rb.swp
96
97
  files:
97
98
  - CHANGELOG
98
99
  - LICENSE
99
100
  - README.rdoc
100
101
  - Rakefile
102
+ - lib/.acts_as_markup.rb.swp
101
103
  - lib/acts/.as_markup.rb.swp
102
104
  - lib/acts/as_markup.rb
103
105
  - lib/acts_as_markup.rb
@@ -117,7 +119,6 @@ files:
117
119
  - tasks/rubyforge.rake
118
120
  - tasks/setup.rb
119
121
  - tasks/test.rake
120
- - test/.acts_as_markup_test.rb.swp
121
122
  - test/acts_as_markdown_test.rb
122
123
  - test/acts_as_markup_test.rb
123
124
  - test/acts_as_rdoc_test.rb
Binary file