Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit b39deb5

Browse files
committed
Update github-linguist, middleman, add Gemnasium status badge
1 parent 198484e commit b39deb5

File tree

3 files changed

+24
-27
lines changed

3 files changed

+24
-27
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# the following line to use "https"
33
source 'http://rubygems.org'
44

5-
gem "middleman", "~>3.1.5"
5+
gem "middleman", "~>3.2.0"
66

77
# For syntax highlighting
88
gem "middleman-syntax"
@@ -15,7 +15,7 @@ gem "middleman-livereload", "~> 3.1.0"
1515

1616
gem 'redcarpet', git: 'https://github.com/vmg/redcarpet.git'
1717

18-
gem "github-linguist"
18+
gem "github-linguist", "~> 2.9.5"
1919

2020
# For faster file watcher updates on Windows:
2121
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]

Gemfile.lock

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
GIT
22
remote: https://github.com/vmg/redcarpet.git
3-
revision: 2f27273c10cc2779d539c48d605c4a25eb8e34a3
3+
revision: a072e16f547883518bd22bd0df0f4bfa2d4a149b
44
specs:
55
redcarpet (3.0.0)
66

77
GEM
88
remote: http://rubygems.org/
99
specs:
10-
activesupport (3.2.14)
10+
activesupport (3.2.15)
1111
i18n (~> 0.6, >= 0.6.4)
1212
multi_json (~> 1.0)
1313
charlock_holmes (0.6.9.4)
14-
chunky_png (1.2.8)
14+
chunky_png (1.2.9)
1515
coffee-script (2.2.0)
1616
coffee-script-source
1717
execjs
@@ -27,39 +27,38 @@ GEM
2727
eventmachine (1.0.3)
2828
execjs (1.4.0)
2929
multi_json (~> 1.0)
30-
ffi (1.9.0)
30+
ffi (1.9.3)
3131
fssm (0.2.10)
32-
github-linguist (2.9.4)
32+
github-linguist (2.9.5)
3333
charlock_holmes (~> 0.6.6)
3434
escape_utils (~> 0.3.1)
3535
mime-types (~> 1.19)
3636
pygments.rb (~> 0.5.2)
37-
haml (4.0.3)
37+
haml (4.0.4)
3838
tilt
3939
hike (1.2.3)
4040
http_parser.rb (0.5.3)
4141
i18n (0.6.5)
42-
kramdown (1.1.0)
43-
listen (1.2.3)
42+
kramdown (1.2.0)
43+
listen (1.3.1)
4444
rb-fsevent (>= 0.9.3)
4545
rb-inotify (>= 0.9)
4646
rb-kqueue (>= 0.2)
47-
middleman (3.1.5)
47+
middleman (3.2.0)
4848
coffee-script (~> 2.2.0)
4949
compass (>= 0.12.2)
5050
execjs (~> 1.4.0)
5151
haml (>= 3.1.6)
52-
kramdown (~> 1.1.0)
53-
middleman-core (= 3.1.5)
54-
middleman-more (= 3.1.5)
52+
kramdown (~> 1.2)
53+
middleman-core (= 3.2.0)
5554
middleman-sprockets (>= 3.1.2)
5655
sass (>= 3.1.20)
5756
uglifier (~> 2.1.0)
58-
middleman-core (3.1.5)
57+
middleman-core (3.2.0)
5958
activesupport (~> 3.2.6)
6059
bundler (~> 1.1)
6160
i18n (~> 0.6.1)
62-
listen (~> 1.2.2)
61+
listen (~> 1.1)
6362
rack (>= 1.4.5)
6463
rack-test (~> 0.6.1)
6564
thor (>= 0.15.2, < 2.0)
@@ -71,20 +70,18 @@ GEM
7170
middleman-core (>= 3.0.2)
7271
multi_json (~> 1.0)
7372
rack-livereload
74-
middleman-more (3.1.5)
75-
middleman-sprockets (3.1.4)
76-
middleman-core (>= 3.0.14)
77-
middleman-more (>= 3.0.14)
73+
middleman-sprockets (3.2.0)
74+
middleman-core (~> 3.2)
7875
sprockets (~> 2.1)
7976
sprockets-helpers (~> 1.0.0)
8077
sprockets-sass (~> 1.0.0)
8178
middleman-syntax (1.2.1)
8279
middleman-core (~> 3.0)
8380
rouge (~> 0.3.0)
8481
mime-types (1.25)
85-
multi_json (1.8.0)
82+
multi_json (1.8.2)
8683
posix-spawn (0.3.6)
87-
pygments.rb (0.5.2)
84+
pygments.rb (0.5.4)
8885
posix-spawn (~> 0.3.6)
8986
yajl-ruby (~> 1.1.0)
9087
rack (1.5.2)
@@ -101,15 +98,15 @@ GEM
10198
rouge (0.3.10)
10299
thor
103100
ruby18_source_location (0.2)
104-
sass (3.2.10)
101+
sass (3.2.12)
105102
sprockets (2.10.0)
106103
hike (~> 1.2)
107104
multi_json (~> 1.0)
108105
rack (~> 1.0)
109106
tilt (~> 1.1, != 1.3.0)
110107
sprockets-helpers (1.0.1)
111108
sprockets (~> 2.0)
112-
sprockets-sass (1.0.1)
109+
sprockets-sass (1.0.2)
113110
sprockets (~> 2.0)
114111
tilt (~> 1.1)
115112
thor (0.18.1)
@@ -123,8 +120,8 @@ PLATFORMS
123120
ruby
124121

125122
DEPENDENCIES
126-
github-linguist
127-
middleman (~> 3.1.5)
123+
github-linguist (~> 2.9.5)
124+
middleman (~> 3.2.0)
128125
middleman-gh-pages
129126
middleman-livereload (~> 3.1.0)
130127
middleman-syntax

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Slate
1+
Slate [![Dependency Status](https://gemnasium.com/tripit/slate.png)](https://gemnasium.com/tripit/slate)
22
========
33

44
Slate helps you create beautiful single-page API documentation. Think of it as an intelligent, modern documentation template for your API.

0 commit comments

Comments
 (0)