styledown2-rails 2.0.0.pre6 → 2.0.0.pre7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/styledown/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4343bab33f25e029e454b9ddbdda7057ee1068af
|
4
|
+
data.tar.gz: b8a611efae64dead80908ba6fa15c1ebb8d1863f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ccb77f2ce623ff92b6887050dd30e5054b55afb85ed2312a98c8573b43d79749679a2d49f2dfd2d5b4b035b2f0a4f0d534616e132b5dbc38ac92bf46532e2b4
|
7
|
+
data.tar.gz: 416fe56b23177a4e6fdfca35ad4248fede36ab8f8e58b530b409864a5e9b4ab50b2133b63e3f4cb95495e8dbf077afb9781e7d07b4feb3014611034196e1b1e1
|
data/README.md
CHANGED
@@ -30,11 +30,11 @@ See [API documentation](docs/api.md).
|
|
30
30
|
## Thanks
|
31
31
|
|
32
32
|
**styledown2-rails** © 2017+, Rico Sta. Cruz. Released under the [MIT] License.<br>
|
33
|
-
** © 2017+, Rico Sta. Cruz. Released under the [MIT] License.<br>
|
34
33
|
Authored and maintained by Rico Sta. Cruz with help from contributors ([list][contributors]).
|
35
34
|
|
36
35
|
> [ricostacruz.com](http://ricostacruz.com) ·
|
37
36
|
> GitHub [@rstacruz](https://github.com/rstacruz) ·
|
38
37
|
> Twitter [@rstacruz](https://twitter.com/rstacruz)
|
39
38
|
|
39
|
+
[MIT]: http://mit-license.org/
|
40
40
|
[contributors]: http://github.com/styledown/styledown2-rails/contributors
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: styledown2-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.pre7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rico Sta. Cruz
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: styledown2
|