hayato1980-clitwitter 0.0.5 → 0.0.6

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
- 0.0.5
1
+ 0.0.6
data/clitwitter.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{clitwitter}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Hayato"]
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  "bin/clitwit-get",
30
30
  "bin/clitwit-post",
31
31
  "clitwitter.gemspec",
32
- "lib/ruby-clitwitter.rb",
32
+ "lib/clitwitter.rb",
33
33
  "lib/twit.rb",
34
34
  "spec/ruby-clitwitter_spec.rb",
35
35
  "spec/spec_helper.rb"
data/lib/clitwitter.rb ADDED
@@ -0,0 +1,2 @@
1
+ require 'rubygems'
2
+ require 'twit.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hayato1980-clitwitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hayato
@@ -74,7 +74,7 @@ files:
74
74
  - bin/clitwit-get
75
75
  - bin/clitwit-post
76
76
  - clitwitter.gemspec
77
- - lib/ruby-clitwitter.rb
77
+ - lib/clitwitter.rb
78
78
  - lib/twit.rb
79
79
  - spec/ruby-clitwitter_spec.rb
80
80
  - spec/spec_helper.rb
File without changes