Skip to content

Commit 61b2dfa

Browse files
committed
release docs
1 parent ed6a907 commit 61b2dfa

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# Eureka Bot gem
1+
# Eureka Bot framework
2+

eureka-bot.gemspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'eureka_bot/version'
55

66
Gem::Specification.new do |spec|
7-
spec.name = "eureka-bot"
7+
spec.name = 'eureka-bot'
88
spec.version = EurekaBot::VERSION
9-
spec.authors = ["dizer"]
10-
spec.email = ["[email protected]"]
9+
spec.authors = ['Yury Alexandrov']
10+
spec.email = ['[email protected]']
1111
spec.summary = %q{Run your messenger bots}
12-
spec.homepage = ""
13-
spec.license = "MIT"
12+
spec.homepage = ''
13+
spec.license = 'MIT'
1414

1515
spec.files = `git ls-files -z`.split("\x0")
1616
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)