just_share 1.0.7 → 1.0.8

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: 21233559003eaf2bd3fa9b39dfa82bc69643e515
4
- data.tar.gz: 7710c80dc17d89418e8f05f085cf74452ead3ebc
3
+ metadata.gz: 212baede3327c4db6ac7ca749a3f49fdcdcdb78e
4
+ data.tar.gz: 221e2b02899ad6489e5168d624900b3b2253bca0
5
5
  SHA512:
6
- metadata.gz: 03a493d675f98b7d0048188021f534afee518fe1bc43d15be1056d6182528ef7f8431f9679e8c036769c2f74efe498f8c2bbd685a6d7a4e6bedb32d9903d57b0
7
- data.tar.gz: fad439b323352dc432b05354e766a882ebc58c7639725d417737bd197258674cca68bd4866250699534178891a2fc395260c9d702a1933765d6040a9a3d85022
6
+ metadata.gz: 0b47e43229e90c41694307f9c518b7c46e69d63446d324f0439694c28b3a77a9e112bcdb70d6cdf0c6d380e7ff8bc75d1250afbcb675aa4ab739decdf086d33d
7
+ data.tar.gz: b1e837ac1e51d8b4c869aaf8bd4d2ba865902e6ed274ff9985569fdb729a140bbc156b7764f03f8965a39cbbd4378a7a86337ce065d60d8a165fb4077d1c07ab
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- just_share (1.0.7)
4
+ just_share (1.0.8)
5
5
  colorize (~> 0.7.3, >= 0.7.3)
6
6
  multi_json (~> 1.10, >= 1.10.1)
7
7
  rest-client (~> 1.7, >= 1.7.2)
@@ -8,6 +8,7 @@ class JustShare::Twitter < JustShare::SocialLinker
8
8
  via_param = "via=#{self.via}" # IMPORTANT: be the App? Like PageRenter?
9
9
  url_param = "url=#{self.link}"
10
10
  text_param = "text=#{self.message}"
11
+ self.hash_tags = JustShare.hash_tags if self.hash_tags.nil?
11
12
  hash_tag_param = "hashtags=#{JustShare.array_to_str_params self.hash_tags}"
12
13
 
13
14
  # build the params
@@ -1,6 +1,6 @@
1
1
  module JustShare
2
2
  MAJOR = 1
3
3
  MINOR = 0
4
- PATCH = 7
4
+ PATCH = 8
5
5
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: just_share
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilton Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-23 00:00:00.000000000 Z
11
+ date: 2015-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler