sasuke 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/lib/sasuke/version.rb +1 -1
- data/sasuke.gemspec +2 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7af79402e7e837cac112e2f2c6680c6202ab62b2
|
4
|
+
data.tar.gz: 3fcfa786292944f8f47f2fd88d0f92581f5b4e47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7efa43ae4cbd7a75e5f1c1fd0333d671dc1520aad47a7c91202c018ed2e98dcda5bf4ec96da5264d93abb40ab2a5bf9df81633ebb54bfb6e0bb5ce955eef36dc
|
7
|
+
data.tar.gz: ce2ba3ea26839f90fac7225694066f601ca7d5013548940593d196fc306e922ff1f69970bdf91d1874ff2b09b8b5e9748fe256b3c261e52de9e411bdc95ee96b
|
data/lib/sasuke/version.rb
CHANGED
data/sasuke.gemspec
CHANGED
@@ -10,7 +10,8 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["shubham@rubyeffect.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{Let's see what we have}
|
13
|
-
spec.description = %q{
|
13
|
+
spec.description = %q{This gem you can use to restrict the user to a particular tab for performing the request and then only move to the next tab after the request from a tab is fullfilled.
|
14
|
+
}
|
14
15
|
spec.homepage = "https://github.com/shubhs2050/sasuke"
|
15
16
|
spec.license = "MIT"
|
16
17
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sasuke
|
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
|
- shubhs2050
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,7 +52,10 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.0'
|
55
|
-
description:
|
55
|
+
description: 'This gem you can use to restrict the user to a particular tab for performing
|
56
|
+
the request and then only move to the next tab after the request from a tab is fullfilled.
|
57
|
+
|
58
|
+
'
|
56
59
|
email:
|
57
60
|
- shubham@rubyeffect.com
|
58
61
|
executables: []
|