vine_client 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/vine_client.gemspec +2 -1
  2. metadata +4 -2
data/vine_client.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'vine_client'
3
- s.version = '0.0.0'
3
+ s.version = '0.0.1'
4
4
  s.date = '2013-07-14'
5
5
  s.summary = "vine_client"
6
6
  s.description = "ruby wraper for vine.co api"
@@ -12,4 +12,5 @@ Gem::Specification.new do |s|
12
12
  s.add_runtime_dependency 'faraday_middleware', '~> 0.8'
13
13
  s.require_paths = ['lib']
14
14
  s.homepage = 'https://github.com/obrigan228/vine_client'
15
+ s.licenses = ['MIT', 'GPL-2']
15
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vine_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -56,7 +56,9 @@ files:
56
56
  - lib/vine_client/request.rb
57
57
  - vine_client.gemspec
58
58
  homepage: https://github.com/obrigan228/vine_client
59
- licenses: []
59
+ licenses:
60
+ - MIT
61
+ - GPL-2
60
62
  post_install_message:
61
63
  rdoc_options: []
62
64
  require_paths: