mongoid_markdown 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mongoid_markdown/version.rb +1 -1
- data/mongoid_markdown.gemspec +1 -1
- metadata +4 -4
data/mongoid_markdown.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["lasseebert@gmail.com"]
|
11
11
|
gem.description = %q{Makes it easy to use markdown with mongoid}
|
12
12
|
gem.summary = %q{Makes it easy to use markdown with mongoid}
|
13
|
-
gem.homepage = ""
|
13
|
+
gem.homepage = "https://github.com/lasseebert/mongoid_markdown"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongoid_markdown
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -109,7 +109,7 @@ files:
|
|
109
109
|
- mongoid_markdown.gemspec
|
110
110
|
- spec/spec_helper.rb
|
111
111
|
- spec/unit/markdown_spec.rb
|
112
|
-
homepage:
|
112
|
+
homepage: https://github.com/lasseebert/mongoid_markdown
|
113
113
|
licenses: []
|
114
114
|
post_install_message:
|
115
115
|
rdoc_options: []
|
@@ -123,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
123
|
version: '0'
|
124
124
|
segments:
|
125
125
|
- 0
|
126
|
-
hash:
|
126
|
+
hash: -676176080960737912
|
127
127
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
128
128
|
none: false
|
129
129
|
requirements:
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
132
|
version: '0'
|
133
133
|
segments:
|
134
134
|
- 0
|
135
|
-
hash:
|
135
|
+
hash: -676176080960737912
|
136
136
|
requirements: []
|
137
137
|
rubyforge_project:
|
138
138
|
rubygems_version: 1.8.23
|