git ssb

0+

k4ml / belajar-js



Commit debc583166906092ec181a4d6b1585ac783b038f

Remove Gemfile.lock add it into gitignore, fixes #2.

Ikhwan Hayat committed on 1/21/2015, 3:12:35 AM
Parent: 38135f0847de4179fa66f3bc0d7bba97e4adecc5

Files changed

.gitignorechanged
Gemfile.lockdeleted
.gitignoreView
@@ -1,8 +1,9 @@
11 # Ignore docs files
22 _gh_pages
33 _site
44 .ruby-version
5+Gemfile.lock
56
67 # Numerous always-ignore extensions
78 *.diff
89 *.err
Gemfile.lockView
@@ -1,128 +1,0 @@
1-GEM
2- remote: https://rubygems.org/
3- specs:
4- RedCloth (4.2.9)
5- activesupport (4.2.0)
6- i18n (~> 0.7)
7- json (~> 1.7, >= 1.7.7)
8- minitest (~> 5.1)
9- thread_safe (~> 0.3, >= 0.3.4)
10- tzinfo (~> 1.1)
11- blankslate (2.1.2.4)
12- celluloid (0.16.0)
13- timers (~> 4.0.0)
14- classifier-reborn (2.0.3)
15- fast-stemmer (~> 1.0)
16- coffee-script (2.3.0)
17- coffee-script-source
18- execjs
19- coffee-script-source (1.8.0)
20- colorator (0.1)
21- execjs (2.2.2)
22- fast-stemmer (1.0.2)
23- ffi (1.9.6-x64-mingw32)
24- gemoji (2.1.0)
25- github-pages (31)
26- RedCloth (= 4.2.9)
27- github-pages-health-check (~> 0.2)
28- jekyll (= 2.4.0)
29- jekyll-coffeescript (= 1.0.1)
30- jekyll-mentions (= 0.2.1)
31- jekyll-redirect-from (= 0.6.2)
32- jekyll-sass-converter (= 1.2.0)
33- jekyll-sitemap (= 0.6.3)
34- jemoji (= 0.4.0)
35- kramdown (= 1.3.1)
36- liquid (= 2.6.1)
37- maruku (= 0.7.0)
38- mercenary (~> 0.3)
39- pygments.rb (= 0.6.0)
40- rdiscount (= 2.1.7)
41- redcarpet (= 3.1.2)
42- terminal-table (~> 1.4)
43- github-pages-health-check (0.2.1)
44- net-dns (~> 0.6)
45- public_suffix (~> 1.4)
46- hitimes (1.2.2)
47- html-pipeline (1.9.0)
48- activesupport (>= 2)
49- nokogiri (~> 1.4)
50- i18n (0.7.0)
51- jekyll (2.4.0)
52- classifier-reborn (~> 2.0)
53- colorator (~> 0.1)
54- jekyll-coffeescript (~> 1.0)
55- jekyll-gist (~> 1.0)
56- jekyll-paginate (~> 1.0)
57- jekyll-sass-converter (~> 1.0)
58- jekyll-watch (~> 1.1)
59- kramdown (~> 1.3)
60- liquid (~> 2.6.1)
61- mercenary (~> 0.3.3)
62- pygments.rb (~> 0.6.0)
63- redcarpet (~> 3.1)
64- safe_yaml (~> 1.0)
65- toml (~> 0.1.0)
66- jekyll-coffeescript (1.0.1)
67- coffee-script (~> 2.2)
68- jekyll-gist (1.1.0)
69- jekyll-mentions (0.2.1)
70- html-pipeline (~> 1.9.0)
71- jekyll (~> 2.0)
72- jekyll-paginate (1.1.0)
73- jekyll-redirect-from (0.6.2)
74- jekyll (~> 2.0)
75- jekyll-sass-converter (1.2.0)
76- sass (~> 3.2)
77- jekyll-sitemap (0.6.3)
78- jekyll-watch (1.2.0)
79- listen (~> 2.7)
80- jemoji (0.4.0)
81- gemoji (~> 2.0)
82- html-pipeline (~> 1.9)
83- jekyll (~> 2.0)
84- json (1.8.2)
85- kramdown (1.3.1)
86- liquid (2.6.1)
87- listen (2.8.5)
88- celluloid (>= 0.15.2)
89- rb-fsevent (>= 0.9.3)
90- rb-inotify (>= 0.9)
91- maruku (0.7.0)
92- mercenary (0.3.5)
93- mini_portile (0.6.2)
94- minitest (5.5.1)
95- net-dns (0.8.0)
96- nokogiri (1.6.5-x64-mingw32)
97- mini_portile (~> 0.6.0)
98- parslet (1.5.0)
99- blankslate (~> 2.0)
100- posix-spawn (0.3.9)
101- public_suffix (1.4.6)
102- pygments.rb (0.6.0)
103- posix-spawn (~> 0.3.6)
104- yajl-ruby (~> 1.1.0)
105- rb-fsevent (0.9.4)
106- rb-inotify (0.9.5)
107- ffi (>= 0.5.0)
108- rdiscount (2.1.7)
109- redcarpet (3.1.2)
110- safe_yaml (1.0.4)
111- sass (3.4.10)
112- terminal-table (1.4.5)
113- thread_safe (0.3.4)
114- timers (4.0.1)
115- hitimes
116- toml (0.1.2)
117- parslet (~> 1.5.0)
118- tzinfo (1.2.2)
119- thread_safe (~> 0.1)
120- wdm (0.1.0)
121- yajl-ruby (1.1.0)
122-
123-PLATFORMS
124- x64-mingw32
125-
126-DEPENDENCIES
127- github-pages
128- wdm (~> 0.1.0)

Built with git-ssb-web