styledown 1.0.2.pre.0 → 2.0.0.pre.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: styledown
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2.pre.0
4
+ version: 2.0.0.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rico Sta. Cruz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-16 00:00:00.000000000 Z
11
+ date: 2016-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: execjs
@@ -17,6 +17,9 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '3'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -24,6 +27,9 @@ dependencies:
24
27
  - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '3'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: rake
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -31,6 +37,9 @@ dependencies:
31
37
  - - ">="
32
38
  - !ruby/object:Gem::Version
33
39
  version: '0'
40
+ - - "<"
41
+ - !ruby/object:Gem::Version
42
+ version: '12'
34
43
  type: :development
35
44
  prerelease: false
36
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -38,6 +47,9 @@ dependencies:
38
47
  - - ">="
39
48
  - !ruby/object:Gem::Version
40
49
  version: '0'
50
+ - - "<"
51
+ - !ruby/object:Gem::Version
52
+ version: '12'
41
53
  description:
42
54
  email: hi@ricostacruz.com
43
55
  executables: []
@@ -50,7 +62,6 @@ files:
50
62
  - ".gitignore"
51
63
  - ".travis.yml"
52
64
  - Gemfile
53
- - Gemfile.lock
54
65
  - History.md
55
66
  - Notes.md
56
67
  - Rakefile
@@ -59,12 +70,12 @@ files:
59
70
  - lib/styledown/railtie.rb
60
71
  - lib/styledown/version.rb
61
72
  - styledown.gemspec
62
- - test/fixtures/simple/sample.css
73
+ - test/fixtures/simple/other_sample.md
63
74
  - test/fixtures/simple/sample.md
64
75
  - test/test.rb
65
76
  - test/test_helper.rb
66
77
  - vendor/dist/styledown.js
67
- homepage: http://github.com/styledown/styledown-ruby
78
+ homepage: http://github.com/styledown/styledown-rails
68
79
  licenses:
69
80
  - MIT
70
81
  metadata: {}
@@ -84,12 +95,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
95
  version: 1.3.1
85
96
  requirements: []
86
97
  rubyforge_project:
87
- rubygems_version: 2.2.2
98
+ rubygems_version: 2.5.1
88
99
  signing_key:
89
100
  specification_version: 4
90
101
  summary: "..."
91
102
  test_files:
92
- - test/fixtures/simple/sample.css
103
+ - test/fixtures/simple/other_sample.md
93
104
  - test/fixtures/simple/sample.md
94
105
  - test/test.rb
95
106
  - test/test_helper.rb
data/Gemfile.lock DELETED
@@ -1,18 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- styledown (1.0.1.pre.0)
5
- execjs
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- execjs (2.2.1)
11
- rake (10.3.2)
12
-
13
- PLATFORMS
14
- ruby
15
-
16
- DEPENDENCIES
17
- rake
18
- styledown!
@@ -1,4 +0,0 @@
1
- /**
2
- * Sample CSS block:
3
- * Hello world. *Hola mundo.*
4
- */