Skip to content

Commit 131f435

Browse files
committedSep 3, 2012
Rename tent-server to tentd
1 parent 99ed314 commit 131f435

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+345
-345
lines changed
 

‎Guardfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
guard 'rspec', :version => 2 do
22
watch(%r{^spec/.+_spec\.rb$})
3-
watch(%r{^lib/tent-server/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" }
3+
watch(%r{^lib/tentd/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" }
44
watch(%r{^lib/[^/]+\.rb$}) { "spec" }
55
watch(%r{spec/(spec_helper|support/).*\.rb}) { "spec" }
66
end

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Tent::Server
1+
# TentD
22

33
TODO: Write a gem description
44

55
## Installation
66

77
Add this line to your application's Gemfile:
88

9-
gem 'tent-server'
9+
gem 'tentd'
1010

1111
And then execute:
1212

1313
$ bundle
1414

1515
Or install it yourself as:
1616

17-
$ gem install tent-server
17+
$ gem install tentd
1818

1919
## Usage
2020

0 commit comments

Comments
 (0)
Please sign in to comment.