etsy 0.2.4 → 0.2.5
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/LICENSE +1 -1
- data/etsy.gemspec +1 -0
- data/lib/etsy/version.rb +1 -1
- metadata +4 -3
data/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2009 -
|
|
3
|
+
Copyright (c) 2009 - 2013 Patrick Reagan (reaganpr@gmail.com), Katrina Owen (katrina.owen@gmail.com)
|
|
4
4
|
|
|
5
5
|
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:
|
|
6
6
|
|
data/etsy.gemspec
CHANGED
|
@@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
|
|
|
14
14
|
gem.name = "etsy"
|
|
15
15
|
gem.require_paths = ["lib"]
|
|
16
16
|
gem.version = Etsy::VERSION
|
|
17
|
+
gem.license = 'MIT'
|
|
17
18
|
|
|
18
19
|
gem.required_rubygems_version = Gem::Requirement.new(">= 0") if gem.respond_to? :required_rubygems_version=
|
|
19
20
|
gem.rubygems_version = "1.8.10"
|
data/lib/etsy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: etsy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-11-
|
|
13
|
+
date: 2013-11-14 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: json
|
|
@@ -210,7 +210,8 @@ files:
|
|
|
210
210
|
- test/unit/etsy/verification_request_test.rb
|
|
211
211
|
- test/unit/etsy_test.rb
|
|
212
212
|
homepage: http://github.com/kytrinyx/etsy
|
|
213
|
-
licenses:
|
|
213
|
+
licenses:
|
|
214
|
+
- MIT
|
|
214
215
|
post_install_message:
|
|
215
216
|
rdoc_options: []
|
|
216
217
|
require_paths:
|