nicoapi-core 0.0.3 → 0.0.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd5032f69eeb0b1133568a1a0e323eb09416da4a
4
- data.tar.gz: a213c07b0b6e6ba4fc57775955b0a1024843be85
3
+ metadata.gz: 9e564a70570bb6ab008648aa7b57e1bdf7ddb65e
4
+ data.tar.gz: 8459f39115a982771c7b43e6b0f9e8e514aad183
5
5
  SHA512:
6
- metadata.gz: fe1672a4b357ef24baa51da14eca38d4ae179091ae173af3f790f534937b6c26d5083f709a34a2c585719753a01bdc388e48e652a093b0b110de13ac3f725988
7
- data.tar.gz: ea2855b1e0783f6163bb587eec477fe6192d749dd62761cba8aff7cf7830d22f5be3d3102abba4895226f335e76a808cb0ef814b5fe52572a65ee3c334fd1264
6
+ metadata.gz: 569b0d4b96d39649d0b6dbd8085160fed0f46283f753b3f8fa00d5f885b2987548aa7614ef1784773a49f6ae6d8738f14a590ea4a843460f597d3dddcba87511
7
+ data.tar.gz: efedc191c750332e5eef5ed8d30f82b3063cff797102bf8a8f269490a7bcf1321bb6ae0863ce4cb0ab13cb2e51e75ff2a461327cf6c676d6b1963bb69cfb2c16
data/Gemfile CHANGED
@@ -1,3 +1,5 @@
1
1
  source "https://rubygems.org"
2
2
 
3
+ gem "activesupport", "~> 4.0.0"
4
+
3
5
  gemspec
data/Gemfile.lock CHANGED
@@ -1,22 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nicoapi-core (0.0.2)
5
- active_support
4
+ nicoapi-core (0.0.3.1)
6
5
  i18n
7
6
  rest-client
8
7
 
9
8
  GEM
10
9
  remote: https://rubygems.org/
11
10
  specs:
12
- active_support (3.0.0)
13
- activesupport (= 3.0.0)
14
- activesupport (3.0.0)
11
+ activesupport (4.0.0)
12
+ i18n (~> 0.6, >= 0.6.4)
13
+ minitest (~> 4.2)
14
+ multi_json (~> 1.3)
15
+ thread_safe (~> 0.1)
16
+ tzinfo (~> 0.3.37)
17
+ atomic (1.1.12)
15
18
  coderay (1.0.9)
16
19
  diff-lcs (1.2.4)
17
20
  i18n (0.6.4)
18
- method_source (0.8.1)
21
+ method_source (0.8.2)
19
22
  mime-types (1.23)
23
+ minitest (4.7.5)
24
+ multi_json (1.7.7)
20
25
  pry (0.9.12.2)
21
26
  coderay (~> 1.0.5)
22
27
  method_source (~> 0.8)
@@ -28,17 +33,21 @@ GEM
28
33
  rspec-core (~> 2.14.0)
29
34
  rspec-expectations (~> 2.14.0)
30
35
  rspec-mocks (~> 2.14.0)
31
- rspec-core (2.14.3)
36
+ rspec-core (2.14.4)
32
37
  rspec-expectations (2.14.0)
33
38
  diff-lcs (>= 1.1.3, < 2.0)
34
- rspec-mocks (2.14.1)
35
- slop (3.4.5)
39
+ rspec-mocks (2.14.2)
40
+ slop (3.4.6)
41
+ thread_safe (0.1.2)
42
+ atomic
43
+ tzinfo (0.3.37)
36
44
  watchr (0.7)
37
45
 
38
46
  PLATFORMS
39
47
  ruby
40
48
 
41
49
  DEPENDENCIES
50
+ activesupport (~> 4.0.0)
42
51
  bundler (~> 1.3)
43
52
  nicoapi-core!
44
53
  pry
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Build Status](https://secure.travis-ci.org/a2ikm/nabeatsu.png)](http://travis-ci.org/a2ikm/nabeatsu)
1
+ [![Build Status](https://secure.travis-ci.org/hdemon/nicoapi-core.png)](http://travis-ci.org/hdemon/nicoapi-core)
2
2
 
3
3
  # Nicoapi::Core
4
4
 
@@ -1,3 +1,3 @@
1
1
  module Nicoapi
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.3.1"
3
3
  end
data/nicoapi-core.gemspec CHANGED
@@ -19,7 +19,6 @@ Gem::Specification.new do |spec|
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  spec.add_runtime_dependency "rest-client"
22
- spec.add_runtime_dependency "active_support"
23
22
  spec.add_runtime_dependency "i18n"
24
23
 
25
24
  spec.add_development_dependency "bundler", "~> 1.3"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nicoapi-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masami Yonehara
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-29 00:00:00.000000000 Z
11
+ date: 2013-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- - !ruby/object:Gem::Dependency
28
- name: active_support
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - '>='
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - '>='
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: i18n
43
29
  requirement: !ruby/object:Gem::Requirement