Skip to content

Commit bc55564

Browse files
author
Ben Lavender
committed
Rename from chatops_controller to chatops-controller
1 parent 5d07d75 commit bc55564

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
$:.push File.expand_path("../lib", __FILE__)
22

33
# Maintain your gem's version:
4-
require "chatops_controller/version"
4+
require "chatops/controller/version"
55

66
# Describe your gem and declare its dependencies:
77
Gem::Specification.new do |s|
8-
s.name = "chatops_controller"
8+
s.name = "chatops-controller"
99
s.version = ChatopsController::VERSION
1010
s.authors = ["Ben Lavender"]
11-
s.homepage = "https://github.com/github/chatops_controller"
11+
s.homepage = "https://github.com/github/chatops-controller"
1212
s.email = ["bhuga@github.com"]
1313
s.license = "unknown - maybe we'll open source this?"
1414
s.summary = %q{Rails helpers to create JSON-RPC chatops}

lib/chatops_controller.rb

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)