timepad 0.1.2 → 0.1.3

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Build Status](https://secure.travis-ci.org/kaize/timepad.png)](http://travis-ci.org/kaize/timepad)
4
4
 
5
- [https://github.com/timepad/timepad\_api/wiki]
5
+ [https://github.com/timepad/timepad_api/wiki]
6
6
 
7
7
  ## Установка
8
8
 
@@ -10,7 +10,7 @@ module Timepad
10
10
  end
11
11
 
12
12
  def make_query(params)
13
- params.map{|key, value| value.nil? ? "" : "#{key}=#{value}"}.join('&')
13
+ params.map{|key, value| value.nil? ? "" : "#{key}=#{URI::encode value.to_s}"}.join('&')
14
14
  end
15
15
 
16
16
  def make_uri(action, params = {})
@@ -1,3 +1,3 @@
1
1
  module Timepad
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["subbota@gmail.com"]
7
7
  gem.description = %q{Gem that provide access to timepad.ru api}
8
8
  gem.summary = %q{See description}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/kaize/timepad/"
10
10
  gem.add_dependency('activesupport')
11
11
 
12
12
  gem.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timepad
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-11 00:00:00.000000000 Z
12
+ date: 2012-11-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -57,7 +57,7 @@ files:
57
57
  - test/timepad/maillist_test.rb
58
58
  - test/timepad_test.rb
59
59
  - timepad.gemspec
60
- homepage: ''
60
+ homepage: https://github.com/kaize/timepad/
61
61
  licenses: []
62
62
  post_install_message:
63
63
  rdoc_options: []