git_stats icon indicating copy to clipboard operation
git_stats copied to clipboard

Support Windows

Open orgads opened this issue 11 years ago • 1 comments

Still requires grep, wc and head

orgads avatar May 22 '13 07:05 orgads

For me, the installation itself doesn't work.

(c) 2013 Microsoft Corporation. Tous droits réservés.

C:\wamp\www\holdsport>gem install git_stats
Fetching: thread_safe-0.3.4.gem (100%)
Successfully installed thread_safe-0.3.4
Fetching: tzinfo-1.2.1.gem (100%)
Successfully installed tzinfo-1.2.1
Fetching: minitest-5.3.4.gem (100%)
Successfully installed minitest-5.3.4
Fetching: activesupport-4.1.1.gem (100%)
Successfully installed activesupport-4.1.1
Fetching: rack-1.5.2.gem (100%)
Successfully installed rack-1.5.2
Fetching: builder-3.2.2.gem (100%)
Successfully installed builder-3.2.2
Fetching: actionview-4.1.1.gem (100%)
Successfully installed actionview-4.1.1
Fetching: actionpack-4.1.1.gem (100%)
Successfully installed actionpack-4.1.1
Fetching: haml-4.0.5.gem (100%)

HEADS UP! Haml 4.0 has many improvements, but also has changes that may break
your application:

* Support for Ruby 1.8.6 dropped
* Support for Rails 2 dropped
* Sass filter now always outputs <style> tags
* Data attributes are now hyphenated, not underscored
* html2haml utility moved to the html2haml gem
* Textile and Maruku filters moved to the haml-contrib gem

For more info see:

http://rubydoc.info/github/haml/haml/file/CHANGELOG.md

Successfully installed haml-4.0.5
Fetching: hash-deep-merge-0.1.1.gem (100%)
Successfully installed hash-deep-merge-0.1.1
Fetching: lazy_high_charts-1.5.4.gem (100%)
Successfully installed lazy_high_charts-1.5.4
Fetching: git_stats-1.0.11.gem (100%)
Successfully installed git_stats-1.0.11
Parsing documentation for thread_safe-0.3.4
Installing ri documentation for thread_safe-0.3.4
Parsing documentation for tzinfo-1.2.1
Installing ri documentation for tzinfo-1.2.1
Parsing documentation for minitest-5.3.4
Installing ri documentation for minitest-5.3.4
Parsing documentation for activesupport-4.1.1
unable to convert "\x80" from ASCII-8BIT to UTF-8 for lib/active_support/values/unicode_tables.dat, skipping
Installing ri documentation for activesupport-4.1.1
Parsing documentation for rack-1.5.2
Installing ri documentation for rack-1.5.2
Parsing documentation for builder-3.2.2
Installing ri documentation for builder-3.2.2
Parsing documentation for actionview-4.1.1
Installing ri documentation for actionview-4.1.1
Parsing documentation for actionpack-4.1.1
Installing ri documentation for actionpack-4.1.1
ERROR:  While executing gem ... (Errno::EINVAL)
    Invalid argument - ./ActionDispatch/Routing/Mapper/Scoping/:

Ruby 2.0.0

Vadorequest avatar Jun 15 '14 07:06 Vadorequest