simple_hashtag_2 0.2.0 → 0.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 208e2f35d55cf68aef44b06014fa6468d09dab3d
4
- data.tar.gz: 112511d9ebb2226ffbb156dffff19dee06893f34
3
+ metadata.gz: 765aec59f3969c4a5c68689851eb57fbdfab3b6b
4
+ data.tar.gz: d3db8e2c98893b2fb71a0ecf76aa1f18cee136a0
5
5
  SHA512:
6
- metadata.gz: 85864089d6e05299e4e035a25c0a6be56e7298a89157342c4e9b129fbb02be59dce732004ea88e6da1e75d8bdbf2b4245b3413049f329d2726fd54c4782a6ff4
7
- data.tar.gz: 377c7b57cc5cd65ed9cdca804dcf0fc7a4159883c1246f4772af534267e8e501e9c2067f30e9156eb9a41deaad5c5ee2bb2a1d84d94fba352a0ba11362abf75c
6
+ metadata.gz: 15edb1418823b9adc4f2226462df207fc0e75f9e85b14847dfc0b80b06e315696c7f00868a6f52b302da0a493dcee61af0c2ffe50a979e239ac4e8aace166c64
7
+ data.tar.gz: 1c0de3d04e1c6ce5d486f2a90c5eb177efe884034e0e4b278279e6c8297248d66f07c84b6314519bf09100f64700c6f32d43d5be11197a563e7a12b2ba366af9
@@ -1,3 +1,3 @@
1
1
  module SimpleHashtag
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -6,11 +6,11 @@ require 'simple_hashtag/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "simple_hashtag_2"
8
8
  spec.version = SimpleHashtag::VERSION
9
- spec.authors = ["Raphael Campardou"]
10
- spec.email = ["ralovely@gmail.com"]
9
+ spec.authors = ["Mitesh Jain"]
10
+ spec.email = ["mitijain123@gmail.com"]
11
11
  spec.description = %q{Parse, store retreive and format hashtags in your text.}
12
12
  spec.summary = %q{Simple Hashtag is a mix between–well–hashtags as we know them and categories. It will scan your Active Record attribute for a tag and store it in an index.}
13
- spec.homepage = "https://github.com/ralovely/simple_hashtag"
13
+ spec.homepage = "https://github.com/mitijain123/simple_hashtag"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_hashtag_2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - Raphael Campardou
7
+ - Mitesh Jain
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -96,7 +96,7 @@ dependencies:
96
96
  version: '0'
97
97
  description: Parse, store retreive and format hashtags in your text.
98
98
  email:
99
- - ralovely@gmail.com
99
+ - mitijain123@gmail.com
100
100
  executables: []
101
101
  extensions: []
102
102
  extra_rdoc_files: []
@@ -162,7 +162,7 @@ files:
162
162
  - spec/dummy/script/rails
163
163
  - spec/simple_hashtag_spec.rb
164
164
  - spec/spec_helper.rb
165
- homepage: https://github.com/ralovely/simple_hashtag
165
+ homepage: https://github.com/mitijain123/simple_hashtag
166
166
  licenses:
167
167
  - MIT
168
168
  metadata: {}