graham-instagram 0.1.0 → 0.1.1

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: e37473f7a6e12ae9dae0f4cdddb00e2fbd38e929
4
- data.tar.gz: 87ab44070e5284a8c199c3541735422ee7abda21
3
+ metadata.gz: 2a0b19cee71e2bfb8624d3f3237b1d383e09e547
4
+ data.tar.gz: 080b3e10e5f3e74385e821e38740bcbc4657b77b
5
5
  SHA512:
6
- metadata.gz: caff574f5afb8f279d76aa53501092388f5db7e5ec56d8d456530239e2f9e42d5c9173b9484c9e76031f3e3d77c78c190df84e15a3ec153ac21f0e03ad4b37ff
7
- data.tar.gz: 728549bffdb2b02f8a8e209534965a110b8bc04d4df1db5906d04b8463a1c0ee7ee2f0c21562ab645e80d7fae0c351206fa7a455657a9e90514ef010e2b03dfc
6
+ metadata.gz: fd7623f6ebbeb20af9a22f0e5d7cc83d7bc96ec3cade6d50f9f3fc98833551190a20d682438c5d99e979757ff9b1735230209ed506ff5c03c221672d9a544b44
7
+ data.tar.gz: 1fb58b70de26f9279058c8bd3655d60edebb55b564c2ebd97d1624efc38c94b34f221ad7f855f308474a1b64abca045d43bec2d2f6e815cf37b8b1adf155cbcf
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- graham-instagram (0.1.0)
4
+ graham-instagram (0.1.1)
5
5
  faraday
6
6
  faraday_middleware
7
7
 
@@ -41,4 +41,4 @@ DEPENDENCIES
41
41
  rspec (~> 3.0)
42
42
 
43
43
  BUNDLED WITH
44
- 1.12.4
44
+ 1.12.5
@@ -0,0 +1,16 @@
1
+
2
+ v0.1.1 / 2016-06-03
3
+ ==================
4
+
5
+ * added license file
6
+ * added changelog.
7
+
8
+ v0.1.0 / 2016-06-01
9
+ ===================
10
+
11
+ * rename gem name.
12
+ * remove allow_host section.
13
+ * enabled block.
14
+ * initial commit.
15
+
16
+
@@ -0,0 +1,7 @@
1
+ Copyright (c) 2016 Yusuke Ohashi
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -8,10 +8,10 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Graham::VERSION
9
9
  spec.authors = ["Yusuke Ohashi"]
10
10
  spec.email = ["github@junkpiano.me"]
11
-
11
+ spec.licenses = ['MIT']
12
12
  spec.summary = %q{Instagram Client for Ruby.}
13
13
  spec.description = %q{Instagram Client for Ruby.}
14
- spec.homepage = "https://github.com/yuchan/graham"
14
+ spec.homepage = "https://github.com/yuchan/graham-instagram"
15
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
16
  spec.bindir = "exe"
17
17
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Graham
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graham-instagram
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke Ohashi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-01 00:00:00.000000000 Z
11
+ date: 2016-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -106,6 +106,8 @@ files:
106
106
  - ".travis.yml"
107
107
  - Gemfile
108
108
  - Gemfile.lock
109
+ - History.md
110
+ - LICENSE.txt
109
111
  - README.md
110
112
  - Rakefile
111
113
  - bin/console
@@ -116,8 +118,9 @@ files:
116
118
  - lib/graham/api/connection.rb
117
119
  - lib/graham/configuration.rb
118
120
  - lib/graham/version.rb
119
- homepage: https://github.com/yuchan/graham
120
- licenses: []
121
+ homepage: https://github.com/yuchan/graham-instagram
122
+ licenses:
123
+ - MIT
121
124
  metadata: {}
122
125
  post_install_message:
123
126
  rdoc_options: []