markdownizer 0.1.0 → 0.1.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/.gemtest ADDED
File without changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- markdownizer (0.0.1)
4
+ markdownizer (0.1.0)
5
5
  activerecord (~> 3.0.3)
6
6
  coderay
7
7
  rdiscount
@@ -39,8 +39,5 @@ PLATFORMS
39
39
  ruby
40
40
 
41
41
  DEPENDENCIES
42
- activerecord (~> 3.0.3)
43
- coderay
44
42
  markdownizer!
45
- rdiscount
46
43
  rspec (~> 2.4.0)
data/Rakefile CHANGED
@@ -8,3 +8,4 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
8
8
  end
9
9
 
10
10
  task :default => :spec
11
+ task :test => [:spec]
@@ -1,3 +1,3 @@
1
1
  module Markdownizer
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Josep M. Bach
@@ -85,6 +85,7 @@ extensions: []
85
85
  extra_rdoc_files: []
86
86
 
87
87
  files:
88
+ - .gemtest
88
89
  - .gitignore
89
90
  - .rspec
90
91
  - .rvmrc