big-picture_manager 0.0.3 → 0.0.4
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 +4 -4
- data/README.md +3 -1
- data/big-picture_manager.gemspec +1 -1
- data/lib/big/picture/manager/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d38041394e11c0ed0a7d0f65d45925df570bc23b
|
|
4
|
+
data.tar.gz: 318b40265b3d49565a923864cd73176871edb919
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|
data/big-picture_manager.gemspec
CHANGED
|
@@ -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($/)
|
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.
|
|
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: {}
|