wahy 1.3.5 → 1.3.6

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: e369f558b0df4624baf33660881b593ad6aae90d
4
- data.tar.gz: c41daf056bf142acc12ff9a6bc5103abbd01c84a
3
+ metadata.gz: 9b0fc0ec4e11c1a4f41de390c1f23681e4002302
4
+ data.tar.gz: 2f0ce596d23a3ea913b8417faf5cf14b6edf0354
5
5
  SHA512:
6
- metadata.gz: 9ff3944263ce30d44faaf67f8fa4e84592bcc3babec895cb078ecdf87bef9b8f80dee4515ac89b0f5ff7b6f04f7b93c63c88ade6e9ff3049d3cf22c6a04fdfc3
7
- data.tar.gz: 48e7e9ecc1e0eb17f548f0adc7af00895ab7745f6eb6722dbd828e947fe144011a95df60b0dc169f0938d5bd33261c01610415f073c21368e61ae9a358ea0fbf
6
+ metadata.gz: 303ec72b164933c5cac2c2d66185312bbe8da495e922747de533e0d2c041f011fd36ead68b628e1ae95c285e4073b453fc8e1e18fe1c644a345e61a00f148517
7
+ data.tar.gz: '0592670e41e12220b3e58109aacc8eab60f3474f1954084b278d7587d22c4aafe8d07f3682881275341593d02da00d239ad8b79e291b2dd16c0eddf0fda050ec'
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 TODO: Write your name
3
+ Copyright (c) 2017 Gökhan ÇAĞLAR
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -20,6 +20,8 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
+ ![alt text](https://github.com/cptangry/wahy/blob/master/Screenshot_2017-08-17_16-23-15.png "Thats's example of how terminal command works")
24
+
23
25
  ```shell
24
26
  # Just install gem and use wahy command
25
27
  # For help:
@@ -13083,6 +13083,10 @@ module Wahy
13083
13083
  end
13084
13084
  sign
13085
13085
  end
13086
+
13087
+ def self.sign_data_object scripture_data
13088
+ scripture_data.css('Verse')
13089
+ end
13086
13090
 
13087
13091
  def self.take_specific_sign sign_data, sign_number
13088
13092
  sign = sign_data[sign_number]
@@ -1,3 +1,3 @@
1
1
  module Wahy
2
- VERSION = "1.3.5"
2
+ VERSION = "1.3.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wahy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gökhan Çağlar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-16 00:00:00.000000000 Z
11
+ date: 2017-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -126,6 +126,7 @@ files:
126
126
  - LICENSE.txt
127
127
  - README.md
128
128
  - Rakefile
129
+ - Screenshot_2017-08-17_16-23-15.png
129
130
  - bin/console
130
131
  - bin/setup
131
132
  - bin/wahy