twiddla 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/twiddla/version.rb +1 -1
  2. data/twiddla.gemspec +1 -1
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module Twiddla
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.date = "2013-02-17"
9
9
  s.authors = ["Hwan-Joon Choi"]
10
10
  s.email = ["hc5duke@gmail.com"]
11
- s.homepage = "https://github.com/hc5duke/twiddla"
11
+ s.homepage = "https://github.com/distill-inc/twiddla"
12
12
 
13
13
  s.summary = "Twiddla API ruby wrapper."
14
14
  s.description = "Twiddla API in ruby."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twiddla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -42,7 +42,7 @@ files:
42
42
  - spec/spec_helper.rb
43
43
  - spec/twiddla_spec.rb
44
44
  - twiddla.gemspec
45
- homepage: https://github.com/hc5duke/twiddla
45
+ homepage: https://github.com/distill-inc/twiddla
46
46
  licenses: []
47
47
  post_install_message:
48
48
  rdoc_options: []