twtr 0.1.1 → 0.1.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/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.1.2 2008-06-13
2
+ * Change version highline dependancy in gem.
3
+
1
4
  == 0.1.1 2008-06-13
2
5
  * Added friends method.
3
6
  * Added update_location method.
data/config/hoe.rb CHANGED
@@ -58,7 +58,7 @@ $hoe = Hoe.new(GEM_NAME, VERS) do |p|
58
58
 
59
59
  # == Optional
60
60
  p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
61
- p.extra_deps = [['highline', '>= 1.4.0']]
61
+ p.extra_deps = [['highline', '>= 1.0.0']]
62
62
 
63
63
  #p.spec_extras = {} # A hash of extra values to set in the gemspec.
64
64
 
data/lib/twtr/version.rb CHANGED
@@ -2,7 +2,7 @@ module Twtr #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -56,7 +56,7 @@ class TestTwtrConsole < Test::Unit::TestCase
56
56
 
57
57
  def test_version()
58
58
  ret = `#{TWTR_PATH} -v`
59
- assert_equal("twtr 0.1.1\n", ret)
59
+ assert_equal("twtr 0.1.2\n", ret)
60
60
  end
61
61
 
62
62
  def test_unkown_subcommand
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twtr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Maruko
@@ -19,7 +19,7 @@ dependencies:
19
19
  requirements:
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.4.0
22
+ version: 1.0.0
23
23
  version:
24
24
  description: twtr is a twitter client for Linux, OSX and Windows Console.
25
25
  email: