tog-tog 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG.md +3 -0
  2. data/lib/tog/version.rb +1 -1
  3. data/tog.gemspec +2 -2
  4. metadata +2 -2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  Edge
2
2
  ----
3
3
 
4
+ 0.5.1
5
+ ----
6
+
4
7
  0.5.0
5
8
  ----
6
9
 
data/lib/tog/version.rb CHANGED
@@ -2,7 +2,7 @@ module Tog
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 5
5
- TINY = 0
5
+ TINY = 1
6
6
  MODULE = "Io"
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
 
data/tog.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{tog}
5
- s.version = "0.5.0"
5
+ s.version = "0.5.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Aitor Garc\303\255a", "Alberto Molpeceres", "Roberto Salicio"]
9
- s.date = %q{2009-06-11}
9
+ s.date = %q{2009-06-19}
10
10
  s.default_executable = %q{togify}
11
11
  s.description = %q{extensible open source social network platform}
12
12
  s.email = ["aitor@linkingpaths.com", "alberto@linkingpaths.com", "roberto@linkingpaths.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tog-tog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Aitor Garc\xC3\xADa"
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-06-11 00:00:00 -07:00
14
+ date: 2009-06-19 00:00:00 -07:00
15
15
  default_executable: togify
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency