furi 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: furi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bogdan Gusiev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-31 00:00:00.000000000 Z
11
+ date: 2015-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -82,6 +82,9 @@ files:
82
82
  - Rakefile
83
83
  - furi.gemspec
84
84
  - lib/furi.rb
85
+ - lib/furi/query_token.rb
86
+ - lib/furi/uri.rb
87
+ - lib/furi/utils.rb
85
88
  - lib/furi/version.rb
86
89
  - spec/furi_spec.rb
87
90
  - spec/spec_helper.rb