Skip to content

Commit

Permalink
Merge pull request #3 from SyedAbuTalib/refined_list
Browse files Browse the repository at this point in the history
Refined list
  • Loading branch information
SyedAbuTalib authored Jul 1, 2020
2 parents f8d4491 + dde0ef3 commit d0cce60
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 180 deletions.
36 changes: 36 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
PATH
remote: .
specs:
language_colors (0.1.1)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
json (2.3.0)
rake (12.3.3)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)

PLATFORMS
ruby

DEPENDENCIES
json
language_colors!
rake (~> 12.0)
rspec (~> 3.0)

BUNDLED WITH
2.1.4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or install it yourself as:

```ruby
lc = LanguageColors::LanguageColors.new
lc.color('cpp')
lc.color('C++')
=> "#f34b7d"
```

Expand Down
Loading

0 comments on commit d0cce60

Please sign in to comment.