big-picture_manager 0.0.3 → 0.0.4

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: e814bd35addd6331519c7da9b01f47c67d622273
4
- data.tar.gz: 664cad4440622f698700acce70a4e506b89f3680
3
+ metadata.gz: d38041394e11c0ed0a7d0f65d45925df570bc23b
4
+ data.tar.gz: 318b40265b3d49565a923864cd73176871edb919
5
5
  SHA512:
6
- metadata.gz: a34a1716a66853377cb0e5585904241333a4515527ff92e4f2b0966c187b02bb43f9080b52077d62a78cf1d373f5c0ff7473deab52c46e1ecb83d33fc2198bb4
7
- data.tar.gz: c8f30e4692247e711a62a0186046b8c365ca66b306a5d98f6be5a184844c48e82b676da3e158cdf1abb58141a674528434198b5c12705e51f9471337e761cfa3
6
+ metadata.gz: 72d71383573e6e514a585ef2ed011706ddf86965ad8ffa54431c78ae00ef6d94bcee0fc186899855e698c78d839485ef1277308233e4843e20f1bc1342aa7a3a
7
+ data.tar.gz: 646bb68a6493def8c6a2b751218961e660fe157e051ff07504a8967cb6154f373a11e61ca1efd36a2aa78e30491f558e4a014ab99074c6aa5a6f7c0d76f38b85
data/README.md CHANGED
@@ -16,4 +16,6 @@ Then run it:
16
16
 
17
17
  ## License
18
18
 
19
- [Single User License](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BL6ALCBPUHLY4)
19
+ [Single User License](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BL6ALCBPUHLY4)
20
+
21
+ [Corporation License](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HYEJY4XFRM9PQ)
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Cheng Guangnan"]
10
10
  spec.email = ["chengguangnan@126.com"]
11
11
  spec.summary = %q{A RubyGem that managing developers. Mac OS X only.}
12
- spec.homepage = ""
12
+ spec.homepage = "https://github.com/guangnan/big-picture_manager"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files`.split($/)
@@ -1,7 +1,7 @@
1
1
  module Big
2
2
  module Picture
3
3
  module Manager
4
- VERSION = "0.0.3"
4
+ VERSION = "0.0.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: big-picture_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cheng Guangnan
@@ -69,7 +69,7 @@ files:
69
69
  - bin/big-picture_manager
70
70
  - lib/big/picture/manager.rb
71
71
  - lib/big/picture/manager/version.rb
72
- homepage: ''
72
+ homepage: https://github.com/guangnan/big-picture_manager
73
73
  licenses:
74
74
  - MIT
75
75
  metadata: {}