carpetbomb 0.1.4 → 0.1.5
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/README.md +6 -0
- data/carpetbomb.gemspec +1 -1
- data/lib/carpetbomb/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d77c88c20a1f1f80b006ca4a22caa7a84b0fc767
|
|
4
|
+
data.tar.gz: 685a77bf67e2598127bcaba17b8f429a89b02c24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b82686a3148efb2ad77b89a0938013f290ea8e35431e5a42eb0ef1993894e6e7b05f0b854e5b871a37e0a9d4c23426a7295ee8eed554f2b5c1f86d0b596766f1
|
|
7
|
+
data.tar.gz: 277df4ea70a14762ec559cdb1a2ad8cb50d60adf3a7d49635ce6efec47303ab72fec2adbe739be6bd821be85cd22c0a4af03a69aabb1b595d0f2cf00030c9da1
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
|
|
7
7
|
It depends on Redcarpet v3.0.0.
|
|
8
8
|
|
|
9
|
+
### Rails versions.
|
|
10
|
+
|
|
11
|
+
As for the moment I've only tested this gem in Rails 4.0.0, and it works. I
|
|
12
|
+
think it will also work in Rails 3.2.x with no problem. If you are using an
|
|
13
|
+
older version of Rails and it doesn't work create an issue or submit a pull
|
|
14
|
+
request I'll be happy to help.
|
|
9
15
|
|
|
10
16
|
## Installation
|
|
11
17
|
|
data/carpetbomb.gemspec
CHANGED
data/lib/carpetbomb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carpetbomb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- albertogg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: redcarpet
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.
|
|
19
|
+
version: 3.1.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.
|
|
26
|
+
version: 3.1.0
|
|
27
27
|
description: Markdown and erb (side by side) template handler for Ruby on Rails using
|
|
28
28
|
Redcarpet.
|
|
29
29
|
email:
|
|
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
64
64
|
version: '0'
|
|
65
65
|
requirements: []
|
|
66
66
|
rubyforge_project:
|
|
67
|
-
rubygems_version: 2.
|
|
67
|
+
rubygems_version: 2.2.2
|
|
68
68
|
signing_key:
|
|
69
69
|
specification_version: 4
|
|
70
70
|
summary: Markdown and erb template handler for Ruby on Rails using Redcarpet.
|