tumblikes 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cced813f3d97ac995ac93b82583d69d17869a212
4
- data.tar.gz: 67940c7739c6a7bc9bb9f5e6003ddba4cb0a19cb
3
+ metadata.gz: da4f21d77c526b38e00abd0b139d5040cebe64cd
4
+ data.tar.gz: 1d09578da9cfb4e7da9784110778b199d7ee15a0
5
5
  SHA512:
6
- metadata.gz: cdbf9863dab61157022bac6e8d7e4620326aa0a411ab5f323035381a508667ceb80dec397e304606545679fbccf3c1585e775a3ec30577f3b8e6eb5df0594256
7
- data.tar.gz: 2acf00e026fdf2c8bd5dc5d81d501f8b4b72cf2c19f0975a257a7fbdd2509e5e1c2d4f378cf181e965946085be943fbb5f7f3c16b1045450e65f325675fb7f6c
6
+ metadata.gz: 0de07917d2087014697bb39b25593d2d1169624fe572f80ba322818418a425e9a23866135bc4c904946d0746846a2d7e81fae48a5f72f7b877d813d818a555b7
7
+ data.tar.gz: f10b0132f43e0937a4e5e21b82a47cae3b52db864642bdb333ab695d1fd5fcb7160a06c2d2e3f80256dfc2b10d4099c49879c81843149baa6b0d75ea55892e42
data/.gitignore CHANGED
@@ -28,11 +28,9 @@ build/
28
28
  /vendor/bundle
29
29
  /lib/bundler/man/
30
30
 
31
- # for a library or gem, you might want to ignore these files since the code is
32
- # intended to run in multiple environments; otherwise, check them in:
33
- # Gemfile.lock
34
- # .ruby-version
35
- # .ruby-gemset
31
+ Gemfile.lock
32
+ .ruby-version
33
+ .ruby-gemset
36
34
 
37
35
  # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
38
36
  .rvmrc
@@ -1,3 +1,3 @@
1
1
  module Tumblikes
2
- VERSION = "0.1.6"
2
+ VERSION = '0.1.7'
3
3
  end
@@ -4,24 +4,24 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'tumblikes/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "tumblikes"
7
+ spec.name = 'tumblikes'
8
8
  spec.version = Tumblikes::VERSION
9
- spec.authors = ["zdogma"]
10
- spec.email = ["z.dogma.asaki@gmail.com"]
9
+ spec.authors = ['zdogma']
10
+ spec.email = ['z.dogma.asaki@gmail.com']
11
11
 
12
- spec.summary = %q{This is simple library for Tumblr "Likes".}
13
- spec.description = %q{You can easily get "Likes" image urls.}
14
- spec.homepage = "https://github.com/zdogma/tumblikes"
15
- spec.license = "MIT"
12
+ spec.summary = %q{This is simple library for Tumblr 'Likes'.}
13
+ spec.description = %q{You can easily get 'Likes' image urls.}
14
+ spec.homepage = 'https://github.com/zdogma/tumblikes'
15
+ spec.license = 'MIT'
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
- spec.bindir = "exe"
17
+ spec.bindir = 'exe'
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
- spec.require_paths = ["lib"]
19
+ spec.require_paths = ['lib']
20
20
  spec.required_ruby_version = '>= 2.3.0'
21
21
 
22
- spec.add_dependency "tumblr_client", "~> 0.8.5"
22
+ spec.add_dependency 'tumblr_client', '~> 0.8.5'
23
23
 
24
- spec.add_development_dependency "bundler", "~> 1.11"
25
- spec.add_development_dependency "rake", "~> 10.0"
26
- spec.add_development_dependency "rspec", "~> 3.0"
24
+ spec.add_development_dependency 'bundler', '~> 1.11'
25
+ spec.add_development_dependency 'rake', '~> 10.0'
26
+ spec.add_development_dependency 'rspec', '~> 3.0'
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tumblikes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - zdogma
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-19 00:00:00.000000000 Z
11
+ date: 2016-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tumblr_client
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
- description: You can easily get "Likes" image urls.
69
+ description: You can easily get 'Likes' image urls.
70
70
  email:
71
71
  - z.dogma.asaki@gmail.com
72
72
  executables: []
@@ -78,7 +78,6 @@ files:
78
78
  - ".travis.yml"
79
79
  - CODE_OF_CONDUCT.md
80
80
  - Gemfile
81
- - Gemfile.lock
82
81
  - LICENSE.txt
83
82
  - README.md
84
83
  - Rakefile
@@ -111,5 +110,5 @@ rubyforge_project:
111
110
  rubygems_version: 2.5.2
112
111
  signing_key:
113
112
  specification_version: 4
114
- summary: This is simple library for Tumblr "Likes".
113
+ summary: This is simple library for Tumblr 'Likes'.
115
114
  test_files: []
@@ -1,54 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- tumblikes (0.1.2)
5
- tumblr_client (~> 0.8.5)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- diff-lcs (1.2.5)
11
- faraday (0.9.2)
12
- multipart-post (>= 1.2, < 3)
13
- faraday_middleware (0.9.2)
14
- faraday (>= 0.7.4, < 0.10)
15
- json (1.8.3)
16
- mime-types (3.0)
17
- mime-types-data (~> 3.2015)
18
- mime-types-data (3.2015.1120)
19
- multipart-post (2.0.0)
20
- oauth (0.4.7)
21
- rake (10.5.0)
22
- rspec (3.4.0)
23
- rspec-core (~> 3.4.0)
24
- rspec-expectations (~> 3.4.0)
25
- rspec-mocks (~> 3.4.0)
26
- rspec-core (3.4.3)
27
- rspec-support (~> 3.4.0)
28
- rspec-expectations (3.4.0)
29
- diff-lcs (>= 1.2.0, < 2.0)
30
- rspec-support (~> 3.4.0)
31
- rspec-mocks (3.4.1)
32
- diff-lcs (>= 1.2.0, < 2.0)
33
- rspec-support (~> 3.4.0)
34
- rspec-support (3.4.1)
35
- simple_oauth (0.3.1)
36
- tumblr_client (0.8.5)
37
- faraday (~> 0.9.0)
38
- faraday_middleware (~> 0.9.0)
39
- json
40
- mime-types
41
- oauth
42
- simple_oauth
43
-
44
- PLATFORMS
45
- ruby
46
-
47
- DEPENDENCIES
48
- bundler (~> 1.11)
49
- rake (~> 10.0)
50
- rspec (~> 3.0)
51
- tumblikes!
52
-
53
- BUNDLED WITH
54
- 1.11.2