ires 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Ires
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ires
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - enta0701
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-04 00:00:00.000000000 Z
11
+ date: 2017-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -92,6 +92,7 @@ files:
92
92
  - Rakefile
93
93
  - ext/Gopkg.lock
94
94
  - ext/Gopkg.toml
95
+ - ext/ires/ires.go
95
96
  - ext/main.go
96
97
  - ext/operate/image.go
97
98
  - ext/util/uri/uri.go
@@ -116,6 +117,11 @@ files:
116
117
  - ext/vendor/github.com/oliamb/cutter/cutter_test.go
117
118
  - ext/vendor/github.com/oliamb/cutter/example_test.go
118
119
  - ext/vendor/github.com/oliamb/cutter/fixtures/gopher.jpg
120
+ - ext/vendor/github.com/satori/go.uuid/LICENSE
121
+ - ext/vendor/github.com/satori/go.uuid/README.md
122
+ - ext/vendor/github.com/satori/go.uuid/benchmarks_test.go
123
+ - ext/vendor/github.com/satori/go.uuid/uuid.go
124
+ - ext/vendor/github.com/satori/go.uuid/uuid_test.go
119
125
  - lib/ires.rb
120
126
  - lib/ires/service.rb
121
127
  - lib/ires/util.rb