shawty-client 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
File without changes
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{shawty-client}
8
- s.version = "1.0.1"
8
+ s.version = "1.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jack Danger Canty"]
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  "README.markdown",
24
24
  "Rakefile",
25
25
  "VERSION",
26
- "lib/shawty_client.rb",
26
+ "lib/shawty-client.rb",
27
27
  "shawty-client.gemspec",
28
28
  "test/helper.rb",
29
29
  "test/test_shawty_client.rb"
data/test/helper.rb CHANGED
@@ -6,7 +6,7 @@ require 'shoulda'
6
6
 
7
7
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
8
8
  $LOAD_PATH.unshift(File.dirname(__FILE__))
9
- require 'shawty_client'
9
+ require 'shawty-client'
10
10
 
11
11
  class Test::Unit::TestCase
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shawty-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Danger Canty
@@ -38,7 +38,7 @@ files:
38
38
  - README.markdown
39
39
  - Rakefile
40
40
  - VERSION
41
- - lib/shawty_client.rb
41
+ - lib/shawty-client.rb
42
42
  - shawty-client.gemspec
43
43
  - test/helper.rb
44
44
  - test/test_shawty_client.rb