bnicovideo 0.0.1 → 0.0.2

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/Gemfile CHANGED
@@ -2,5 +2,3 @@ source "http://rubygems.org"
2
2
 
3
3
  # Specify your gem's dependencies in bnicovideo.gemspec
4
4
  gemspec
5
- gem 'sqlite3'
6
- gem 'inifile'
data/bnicovideo.gemspec CHANGED
@@ -11,6 +11,8 @@ Gem::Specification.new do |s|
11
11
  s.homepage = ""
12
12
  s.summary = %q{Get niconico douga video information using browser's cookie}
13
13
  s.description = %q{Get niconico douga video information using browser's cookie}
14
+ s.add_dependency('sqlite3', '~>1.3.3')
15
+ s.add_dependency('inifile', '~>0.4.1')
14
16
 
15
17
  s.rubyforge_project = "bnicovideo"
16
18
 
@@ -1,3 +1,3 @@
1
1
  module Bnicovideo
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - MH35
@@ -16,8 +16,37 @@ cert_chain: []
16
16
 
17
17
  date: 2012-02-24 00:00:00 +09:00
18
18
  default_executable:
19
- dependencies: []
20
-
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: sqlite3
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ~>
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 1
30
+ - 3
31
+ - 3
32
+ version: 1.3.3
33
+ type: :runtime
34
+ version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name: inifile
37
+ prerelease: false
38
+ requirement: &id002 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ~>
42
+ - !ruby/object:Gem::Version
43
+ segments:
44
+ - 0
45
+ - 4
46
+ - 1
47
+ version: 0.4.1
48
+ type: :runtime
49
+ version_requirements: *id002
21
50
  description: Get niconico douga video information using browser's cookie
22
51
  email:
23
52
  - contact@mh35.info