markdownizer 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gemtest +0 -0
- data/Gemfile.lock +1 -4
- data/Rakefile +1 -0
- data/lib/markdownizer/version.rb +1 -1
- metadata +3 -2
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
|
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
data/lib/markdownizer/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
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
|