Skip to content

Commit ca2e79b

Browse files
committed
Let's be more Rubyish
1 parent c5e1272 commit ca2e79b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RpgTools [![Dependency Status](https://gemnasium.com/Yinfei/rpg_tools.svg)](https://gemnasium.com/Yinfei/rpg_tools) ![](https://circleci.com/gh/Yinfei/rpg_tools.svg?&style=shield&circle-token=f5153100f0a56438602b915cf95d80f1e6e0edca)
1+
rpg_tools [![Dependency Status](https://gemnasium.com/Yinfei/rpg_tools.svg)](https://gemnasium.com/Yinfei/rpg_tools) ![](https://circleci.com/gh/Yinfei/rpg_tools.svg?&style=shield&circle-token=f5153100f0a56438602b915cf95d80f1e6e0edca)
22
=======
33

44
A gem that gives you tools for your RPGs : dices, coins and playing cards !

rpg_tools.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Gem::Specification.new do |s|
2-
s.name = %q{RpgTools}
2+
s.name = %q{rpg_tools}
33
s.version = '1.0.0'
44
s.author = 'Yohan Piron'
55
s.email = 'yinfei84@gmail.com'
66
s.date = '2015-08-03'
7-
s.summary = 'RpgTools is a toolbox for tabletop games and RPGs'
8-
s.description = 'RpgTools gives you tools for your RPGs : dices, coins, cards...'
7+
s.summary = 'rpg_tools is a toolbox for tabletop games and RPGs'
8+
s.description = 'rpg_tools gives you tools for your RPGs : dices, coins, cards...'
99
s.homepage = 'https://github.com/Yinfei/rpg_tools.git'
1010
s.license = 'MIT'
1111
s.files = `git ls-files`.split("\n")

0 commit comments

Comments
 (0)