socialshare 0.0.1 → 0.0.2
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 +8 -8
- data/lib/socialshare/version.rb +1 -1
- data/socialshare.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTIzOTc5MzJlMTYzNjZhYWM4NTY4NjIzM2NmZmFjYzhjMjc2OWJmYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDA0N2U3ZDUyMTdmZTQwNDQwOGI0MGQwNmI5Y2YzYjg5MWQxZjdiYw==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZmQyNDBjYmM4NjJlM2Y4OTUzMjllYzQ4MDljNmMwMjE0N2VjMzE3YzA0OTA4
|
10
|
+
NDM2MjZhMWQxYzgxODViMjgxMGFiZTZkOGM1NWQ5ODA4MDYxZTYyOGIwZGYy
|
11
|
+
MTQ1ZWFlZDE3OTVkZWFjMDljNWQ3NWIwMmYyZTBjNGVmM2JmNzg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YmEyZWNiMGU1MTJmN2I4ZWRiZjc0ZDI1NDdlMTQxOWU4Y2Q0MTFmYjMyYjVm
|
14
|
+
YjUyY2I3MTBlMTg5M2ZmNTAyMTkxZjZkN2I0NDc2MDBkYTZlNjliNTA0ZDQx
|
15
|
+
OWM0MDQyNDE1NzlhYTM0MTU3OTUzY2QyZWRhZDRmM2FmNTFhMGE=
|
data/lib/socialshare/version.rb
CHANGED
data/socialshare.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["pandurang.plw@gmail.com"]
|
11
11
|
gem.description = %q{This gem allows text/messages to be shared on social networking sites (twitter,facebook,linkedin)}
|
12
12
|
gem.summary = %q{This gem allows text/messages to be shared on social networking sites (twitter,facebook,linkedin)}
|
13
|
-
gem.homepage = ""
|
13
|
+
gem.homepage = "https://github.com/pandurang90/socialshare"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: socialshare
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pandurang
|
@@ -29,7 +29,7 @@ files:
|
|
29
29
|
- lib/socialshare/tweeter.rb
|
30
30
|
- lib/socialshare/version.rb
|
31
31
|
- socialshare.gemspec
|
32
|
-
homepage:
|
32
|
+
homepage: https://github.com/pandurang90/socialshare
|
33
33
|
licenses: []
|
34
34
|
metadata: {}
|
35
35
|
post_install_message:
|