Skip to content

Commit

Permalink
Rename haml-lint gem to haml_lint
Browse files Browse the repository at this point in the history
In order to properly follow RubyGems conventions for naming gems, rename
the gem from having a dash to an underscore.
  • Loading branch information
sds committed May 3, 2015
1 parent 150789d commit 6bbe2d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# HAML-Lint Changelog

## master (unreleased)

* Rename `haml-lint` gem to `haml_lint` to follow RubyGems [conventions for
naming gems](http://guides.rubygems.org/name-your-gem/)

## 0.12.0

* Fix non-visible line number on light-colored terminal backgrounds
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HAML-Lint

[![Gem Version](https://badge.fury.io/rb/haml-lint.svg)](http://badge.fury.io/rb/haml-lint)
[![Gem Version](https://badge.fury.io/rb/haml_lint.svg)](http://badge.fury.io/rb/haml_lint)
[![Build Status](https://travis-ci.org/brigade/haml-lint.svg)](https://travis-ci.org/brigade/haml-lint)
[![Code Climate](https://codeclimate.com/github/brigade/haml-lint.png)](https://codeclimate.com/github/brigade/haml-lint)
[![Inline docs](http://inch-ci.org/github/brigade/haml-lint.svg?branch=master)](http://inch-ci.org/github/brigade/haml-lint)
Expand Down Expand Up @@ -35,7 +35,7 @@ your [SCM hooks](https://github.com/brigade/overcommit).
## Installation

```bash
gem install haml-lint
gem install haml_lint
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion haml-lint.gemspec → haml_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'haml_lint/constants'
require 'haml_lint/version'

Gem::Specification.new do |s|
s.name = 'haml-lint'
s.name = 'haml_lint'
s.version = HamlLint::VERSION
s.license = 'MIT'
s.summary = 'HAML lint tool'
Expand Down

0 comments on commit 6bbe2d2

Please sign in to comment.