tit 1.0.0 → 1.0.1

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.
Files changed (4) hide show
  1. data/ChangeLog.markdown +4 -0
  2. data/VERSION.yml +1 -1
  3. data/tit.gemspec +1 -1
  4. metadata +1 -1
data/ChangeLog.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # tit 1.0.1 2010-01-22
2
+
3
+ * made even more spiteful in a few rather non-clever ways
4
+
1
5
  # tit 1.0.0 2010-01-22
2
6
 
3
7
  * can send and receive tits I mean tweets
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
+ :patch: 1
2
3
  :minor: 0
3
- :patch: 0
4
4
  :major: 1
5
5
  :build:
data/tit.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{tit}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Leif Walsh"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leif Walsh