mm-jekyll-prism 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cef1a527f0b11c63cc360ece4cda070460d86855
4
- data.tar.gz: 1d1c623f56c5a65c5c7ae09f436e227baae4c8c0
3
+ metadata.gz: c6194e3d834c5870a546c300f30e59e091b39b15
4
+ data.tar.gz: 88aed2b55dface71eb1a8fec0042fe1207f6786e
5
5
  SHA512:
6
- metadata.gz: f98451286797e4006d392ae3b238482a91a40b53a3f7a5093ea97e747235b9285baaab0ec5c84178a3d666fb8341812c3f74cf9742e3b59c33e2d2c4f81f7c12
7
- data.tar.gz: b45c0acd5dbc45d57b76d77b62a0878a21fd6f56798d63175bf517bdce691a26846852cb0e0d832f2c78b85a672e658a745d28d2271845d3ab357bb70f8c09d5
6
+ metadata.gz: 5fefd7e3261ef751ab9a0556160adeb5e0f856d5780cc594e1f6322f219ad2a5c4bb04acb2f2579548183df61a9a693fb30ddb5aaf1e721c40bce642c4590571
7
+ data.tar.gz: 9f4e201f1f6296fb908c6c2b5796251d0168a598c6899ab02c12a32fa0f218eedd97919a58765bb81f9cab375c7e356bbf8736af6a0e99c26646e3540559905d
@@ -0,0 +1 @@
1
+ Gemfile.lock
@@ -0,0 +1,7 @@
1
+ # Changelog
2
+
3
+ ### 0.0.1
4
+ - Initial release
5
+
6
+ ### 0.0.2
7
+ - Fixed naming issue with gem file
data/README.md CHANGED
@@ -7,7 +7,7 @@ A Prism plugin for Jekyll with support included for the official plugins.
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem jekyll-prism
10
+ gem mm-jekyll-prism
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -16,7 +16,7 @@ And then execute:
16
16
 
17
17
  Or install it yourself as:
18
18
 
19
- $ gem install jekyll-prism
19
+ $ gem install mm-jekyll-prism
20
20
 
21
21
  ## Usage
22
22
 
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "mm-jekyll-prism"
7
- spec.version = "0.0.1"
7
+ spec.version = "0.0.2"
8
8
  spec.authors = ["Tim Oram"]
9
9
  spec.email = ["mitmaro@gmail.com"]
10
10
  spec.summary = %q{Prism plugin for Jekyll}
@@ -2,7 +2,7 @@ TEST_DIR = File.dirname(__FILE__)
2
2
  TMP_DIR = File.expand_path("../tmp", TEST_DIR)
3
3
 
4
4
  require 'jekyll'
5
- require File.expand_path("../lib/jekyll-prism.rb", TEST_DIR)
5
+ require File.expand_path("../lib/mm-jekyll-prism.rb", TEST_DIR)
6
6
 
7
7
  Jekyll.logger.log_level = :error
8
8
  STDERR.reopen(test(?e, '/dev/null') ? '/dev/null' : 'NUL:')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mm-jekyll-prism
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Oram
@@ -87,17 +87,18 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
+ - ".gitignore"
91
+ - Changelog.md
90
92
  - Gemfile
91
- - Gemfile.lock
92
93
  - LICENSE
93
94
  - README.md
94
95
  - Rakefile
95
- - jekyll_prism_plugin.gemspec
96
- - lib/jekyll-prism.rb
96
+ - lib/mm-jekyll-prism.rb
97
+ - mm_jekyll_prism_plugin.gemspec
97
98
  - script/bootstrap
98
99
  - script/cibuild
99
100
  - spec/_test/doc.md
100
- - spec/jekyll_prism_spec.rb
101
+ - spec/mm_jekyll_prism_spec.rb
101
102
  - spec/spec_helper.rb
102
103
  homepage: https://github.com/mitmaro/jekyll-prism-plugin
103
104
  licenses:
@@ -125,5 +126,5 @@ specification_version: 4
125
126
  summary: Prism plugin for Jekyll
126
127
  test_files:
127
128
  - spec/_test/doc.md
128
- - spec/jekyll_prism_spec.rb
129
+ - spec/mm_jekyll_prism_spec.rb
129
130
  - spec/spec_helper.rb
@@ -1,92 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- jekyll-prism (0.0.1)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- blankslate (2.1.2.4)
10
- celluloid (0.15.2)
11
- timers (~> 1.1.0)
12
- classifier-reborn (2.0.1)
13
- fast-stemmer (~> 1.0)
14
- coffee-script (2.3.0)
15
- coffee-script-source
16
- execjs
17
- coffee-script-source (1.7.1)
18
- colorator (0.1)
19
- diff-lcs (1.2.5)
20
- execjs (2.2.1)
21
- fast-stemmer (1.0.2)
22
- ffi (1.9.3)
23
- jekyll (2.3.0)
24
- classifier-reborn (~> 2.0)
25
- colorator (~> 0.1)
26
- jekyll-coffeescript (~> 1.0)
27
- jekyll-gist (~> 1.0)
28
- jekyll-paginate (~> 1.0)
29
- jekyll-sass-converter (~> 1.0)
30
- jekyll-watch (~> 1.1)
31
- kramdown (~> 1.3)
32
- liquid (~> 2.6.1)
33
- mercenary (~> 0.3.3)
34
- pygments.rb (~> 0.6.0)
35
- redcarpet (~> 3.1)
36
- safe_yaml (~> 1.0)
37
- toml (~> 0.1.0)
38
- jekyll-coffeescript (1.0.0)
39
- coffee-script (~> 2.2)
40
- jekyll-gist (1.1.0)
41
- jekyll-paginate (1.0.0)
42
- jekyll-sass-converter (1.2.0)
43
- sass (~> 3.2)
44
- jekyll-watch (1.1.0)
45
- listen (~> 2.7)
46
- kramdown (1.4.1)
47
- liquid (2.6.1)
48
- listen (2.7.9)
49
- celluloid (>= 0.15.2)
50
- rb-fsevent (>= 0.9.3)
51
- rb-inotify (>= 0.9)
52
- mercenary (0.3.4)
53
- parslet (1.5.0)
54
- blankslate (~> 2.0)
55
- posix-spawn (0.3.9)
56
- pygments.rb (0.6.0)
57
- posix-spawn (~> 0.3.6)
58
- yajl-ruby (~> 1.1.0)
59
- rake (10.3.2)
60
- rb-fsevent (0.9.4)
61
- rb-inotify (0.9.5)
62
- ffi (>= 0.5.0)
63
- redcarpet (3.1.2)
64
- rspec (3.0.0)
65
- rspec-core (~> 3.0.0)
66
- rspec-expectations (~> 3.0.0)
67
- rspec-mocks (~> 3.0.0)
68
- rspec-core (3.0.4)
69
- rspec-support (~> 3.0.0)
70
- rspec-expectations (3.0.4)
71
- diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.0.0)
73
- rspec-mocks (3.0.4)
74
- rspec-support (~> 3.0.0)
75
- rspec-support (3.0.4)
76
- safe_yaml (1.0.3)
77
- sass (3.4.1)
78
- timers (1.1.0)
79
- toml (0.1.1)
80
- parslet (~> 1.5.0)
81
- yajl-ruby (1.1.0)
82
-
83
- PLATFORMS
84
- ruby
85
-
86
- DEPENDENCIES
87
- bundler (~> 1.5)
88
- jekyll (~> 2.0)
89
- jekyll-prism!
90
- rake
91
- rspec
92
- rspec-mocks