simple_hashtag_2 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/simple_hashtag/version.rb +1 -1
- data/simple_hashtag.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 765aec59f3969c4a5c68689851eb57fbdfab3b6b
|
4
|
+
data.tar.gz: d3db8e2c98893b2fb71a0ecf76aa1f18cee136a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15edb1418823b9adc4f2226462df207fc0e75f9e85b14847dfc0b80b06e315696c7f00868a6f52b302da0a493dcee61af0c2ffe50a979e239ac4e8aace166c64
|
7
|
+
data.tar.gz: 1c0de3d04e1c6ce5d486f2a90c5eb177efe884034e0e4b278279e6c8297248d66f07c84b6314519bf09100f64700c6f32d43d5be11197a563e7a12b2ba366af9
|
data/simple_hashtag.gemspec
CHANGED
@@ -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 = ["
|
10
|
-
spec.email = ["
|
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/
|
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.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
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
|
-
-
|
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/
|
165
|
+
homepage: https://github.com/mitijain123/simple_hashtag
|
166
166
|
licenses:
|
167
167
|
- MIT
|
168
168
|
metadata: {}
|