Skip to content

Commit 438f386

Browse files
committed
Added git_stats, not an app dependency but a handy tool
1 parent 6e2080d commit 438f386

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ vagrant/dotfiles
5252
vcr_cassettes
5353
erd.pdf
5454
vagrant.yml
55+
git_stats

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ group :development do
144144
gem 'rails-erd'
145145
gem 'spring'
146146
gem 'spring-commands-rspec'
147+
gem 'git_stats', require: false
147148
end
148149

149150
group :development, :test do

Gemfile.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,14 @@ GEM
227227
ruby-progressbar (~> 1.0)
228228
geocoder (1.1.4)
229229
get_process_mem (0.2.0)
230+
git_stats (1.0.8)
231+
actionpack
232+
activesupport
233+
haml
234+
i18n
235+
lazy_high_charts
236+
thor
237+
tilt
230238
github-markdown (0.6.5)
231239
grackle (0.2.1)
232240
json
@@ -251,6 +259,7 @@ GEM
251259
haml
252260
sprockets
253261
tilt
262+
hash-deep-merge (0.1.1)
254263
hashie (1.2.0)
255264
hashr (0.0.22)
256265
hike (1.2.3)
@@ -282,6 +291,9 @@ GEM
282291
kramdown (1.3.3)
283292
launchy (2.4.2)
284293
addressable (~> 2.3)
294+
lazy_high_charts (1.5.4)
295+
bundler (>= 1.0)
296+
hash-deep-merge
285297
libwebsocket (0.1.5)
286298
addressable
287299
linkedin (0.4.6)
@@ -641,6 +653,7 @@ DEPENDENCIES
641653
fukuzatsu
642654
fuubar
643655
geocoder
656+
git_stats
644657
github-markdown
645658
grackle
646659
guard-rspec

0 commit comments

Comments
 (0)