Skip to content

Commit

Permalink
Renamed module from XclarityClient to XClarityClient
Browse files Browse the repository at this point in the history
As the product name capitalises both the `x` and `c`
  • Loading branch information
Julian Cheal committed Aug 25, 2016
1 parent c347ca2 commit db39641
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions lib/xclarity_client.rb
@@ -1,5 +1,4 @@
require "xclarity_client/version"

module XclarityClient
# Your code goes here...
module XClarityClient
end
2 changes: 1 addition & 1 deletion lib/xclarity_client/version.rb
@@ -1,3 +1,3 @@
module XclarityClient
module XClarityClient
VERSION = "0.1.0"
end
4 changes: 2 additions & 2 deletions spec/xclarity_client_spec.rb
@@ -1,8 +1,8 @@
require 'spec_helper'

describe XclarityClient do
describe XClarityClient do
it 'has a version number' do
expect(XclarityClient::VERSION).not_to be nil
expect(XClarityClient::VERSION).not_to be nil
end

# TODO: Actuall create real tests!
Expand Down
2 changes: 1 addition & 1 deletion xclarity_client.gemspec
Expand Up @@ -5,7 +5,7 @@ require 'xclarity_client/version'

Gem::Specification.new do |spec|
spec.name = "xclarity_client"
spec.version = XclarityClient::VERSION
spec.version = XClarityClient::VERSION
spec.authors = ["Julian Cheal"]
spec.email = ["jcheal@redhat.com"]

Expand Down

0 comments on commit db39641

Please sign in to comment.