xinge-for-ruby 0.1.13 → 0.1.14
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/Gemfile.lock +1 -1
- data/README.md +5 -2
- data/lib/xinge/version.rb +1 -1
- data/xinge-for-ruby-0.1.13.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf329a246ac1a537e7ea37f2761b52af3e13c173
|
4
|
+
data.tar.gz: 9013c4a329d3404ba40683ee3f2fcbf9c8376abc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10cb2ebbcb9c0d1abc8ad6521ba6701cf26d037268cca00ce1cf3793f4791da0dcaeacfb457a857e19171846dad690b2f8f69b45194ac1dcf5cb8a54764898c1
|
7
|
+
data.tar.gz: bd3db2c03d1033a66286999268533cf5b3021ed8ceb1521066ab0b6a4ed673a23e7e169d2e90820ac6485e41ca6c848f47bbf223c94c5a3e304639cd697435da
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -4,12 +4,15 @@ Welcome to your new gem! In this directory, you'll find the files you need to be
|
|
4
4
|
|
5
5
|
TODO: Delete this and the text above, and describe your gem
|
6
6
|
|
7
|
+
## TODO
|
8
|
+
remove httparty
|
9
|
+
|
7
10
|
## Installation
|
8
11
|
|
9
12
|
Add this line to your application's Gemfile:
|
10
13
|
|
11
14
|
```ruby
|
12
|
-
gem '
|
15
|
+
gem 'xinge-for-ruby'
|
13
16
|
```
|
14
17
|
|
15
18
|
And then execute:
|
@@ -18,7 +21,7 @@ And then execute:
|
|
18
21
|
|
19
22
|
Or install it yourself as:
|
20
23
|
|
21
|
-
$ gem install
|
24
|
+
$ gem install xinge-for-ruby
|
22
25
|
|
23
26
|
## Usage
|
24
27
|
|
data/lib/xinge/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xinge-for-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ReYin Dev Team
|
@@ -91,6 +91,7 @@ files:
|
|
91
91
|
- lib/xinge/logger.rb
|
92
92
|
- lib/xinge/notification.rb
|
93
93
|
- lib/xinge/version.rb
|
94
|
+
- xinge-for-ruby-0.1.13.gem
|
94
95
|
- xinge.gemspec
|
95
96
|
homepage: https://github.com/DanielReYin/ruby-for-xinge
|
96
97
|
licenses:
|