wahy 1.3.5 → 1.3.7

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
- SHA1:
3
- metadata.gz: e369f558b0df4624baf33660881b593ad6aae90d
4
- data.tar.gz: c41daf056bf142acc12ff9a6bc5103abbd01c84a
2
+ SHA256:
3
+ metadata.gz: b077e5e3ded93d578f46495109754b95d9f0110694bac2f81a1d089b62e7431a
4
+ data.tar.gz: 35c5401865e497a574ccb2b160a234b05b2ed4ae6e8933adf4980721927074b5
5
5
  SHA512:
6
- metadata.gz: 9ff3944263ce30d44faaf67f8fa4e84592bcc3babec895cb078ecdf87bef9b8f80dee4515ac89b0f5ff7b6f04f7b93c63c88ade6e9ff3049d3cf22c6a04fdfc3
7
- data.tar.gz: 48e7e9ecc1e0eb17f548f0adc7af00895ab7745f6eb6722dbd828e947fe144011a95df60b0dc169f0938d5bd33261c01610415f073c21368e61ae9a358ea0fbf
6
+ metadata.gz: b10e92ab862fedc6422c0934dac093d10674fc4680a30fc814c4a9922c58255dde076da7830414592191d1b67ea884e48ec2ff40fc0b1e544c41a5bdf67e1c47
7
+ data.tar.gz: d0007bd63cdd021c217b7747fee5567d60180376bb68f1a466e14723c77354db7d09304599e900b4ffdf73a9632dc8f2dbc42f4ba25158387b09e478f2c44201
data/.rbenv-gemsets ADDED
@@ -0,0 +1 @@
1
+ wahy
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 4.0.2
data/.travis.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.4.1
5
- before_install: gem install bundler -v 1.15.3
4
+ - 4.0.2
5
+ before_install: gem install bundler
data/LICENSE.txt CHANGED
@@ -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
Binary file