indico 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/indico/helper.rb CHANGED
@@ -2,7 +2,7 @@ module Indico
2
2
  private
3
3
 
4
4
  def self.base_url(c)
5
- "http://indico.io/api/%s" % c
5
+ "http://api.indico.io/%s" % c
6
6
  end
7
7
 
8
8
  def self.make_request(url, data_dict, headers)
@@ -1,3 +1,3 @@
1
1
  module Indico
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: indico
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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: 2014-06-19 00:00:00.000000000 Z
12
+ date: 2014-07-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -91,21 +91,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
- segments:
95
- - 0
96
- hash: -568580307
97
94
  required_rubygems_version: !ruby/object:Gem::Requirement
98
95
  none: false
99
96
  requirements:
100
97
  - - ! '>='
101
98
  - !ruby/object:Gem::Version
102
99
  version: '0'
103
- segments:
104
- - 0
105
- hash: -568580307
106
100
  requirements: []
107
101
  rubyforge_project:
108
- rubygems_version: 1.8.24
102
+ rubygems_version: 1.8.23
109
103
  signing_key:
110
104
  specification_version: 3
111
105
  summary: A simple Ruby Wrapper for the indico set of APIs.