wfl_simple_activity 0.1.7 → 0.1.8
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 +2 -1
- data/lib/wfl_simple_activity/version.rb +1 -1
- data/wfl_simple_activity-0.1.7.gem +0 -0
- data/wfl_simple_activity.gemspec +3 -3
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78c695fff52b625303bdd26c47fc3ca061a2bdf11e804f19f18df10e9f6226fb
|
|
4
|
+
data.tar.gz: ebfab69067ca298b6db7cddf5a637b66c43f3a2da7946715ad6612352b45dd65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c41f3ae3f24c6bd099b49b26523f93e02174581b5d8f5c816925d7f8c613c9efba9ff36ec2062f3bcc356bf61784116dcacd1519b8968ea982375488230b754b
|
|
7
|
+
data.tar.gz: edd719a3310ed9bedc1d521b2ccc3ba8dbc84c37eb53b08a288b4ef54a33c8c00c6779f9cf8a2879cc1f80fde0bf34cf4d6bd758ea9fee9d98fb5c7c5a2e7d23
|
data/README.md
CHANGED
|
Binary file
|
data/wfl_simple_activity.gemspec
CHANGED
|
@@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "使用public_activity记录数据变化"
|
|
12
12
|
spec.description = "简易的采用public activity记录数据变化的gem"
|
|
13
|
-
|
|
13
|
+
spec.homepage = "https://github.com/LongLonghaoran/wfl_simple_activity"
|
|
14
14
|
|
|
15
15
|
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
|
18
|
+
spec.metadata["source_code_uri"] = "https://github.com/LongLonghaoran/wfl_simple_activity"
|
|
19
19
|
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
|
20
20
|
|
|
21
21
|
# Specify which files should be added to the gem when it is released.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wfl_simple_activity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- longhaoran
|
|
@@ -79,10 +79,13 @@ files:
|
|
|
79
79
|
- wfl_simple_activity-0.1.4.gem
|
|
80
80
|
- wfl_simple_activity-0.1.5.gem
|
|
81
81
|
- wfl_simple_activity-0.1.6.gem
|
|
82
|
+
- wfl_simple_activity-0.1.7.gem
|
|
82
83
|
- wfl_simple_activity.gemspec
|
|
83
|
-
homepage:
|
|
84
|
+
homepage: https://github.com/LongLonghaoran/wfl_simple_activity
|
|
84
85
|
licenses: []
|
|
85
|
-
metadata:
|
|
86
|
+
metadata:
|
|
87
|
+
homepage_uri: https://github.com/LongLonghaoran/wfl_simple_activity
|
|
88
|
+
source_code_uri: https://github.com/LongLonghaoran/wfl_simple_activity
|
|
86
89
|
post_install_message:
|
|
87
90
|
rdoc_options: []
|
|
88
91
|
require_paths:
|