box_view 0.0.5 → 0.0.6

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZTlkMjY2ODQzYjJlYjNkYTFkMWZjMzg1ZWU0MDNhYzY1NmRkMTUwNQ==
5
- data.tar.gz: !binary |-
6
- MTVjZjc4OTBkNDdhZjNhNGFkNjdkNGJiZDhmNDA3Y2M4YzMzYzA5Zg==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- N2Q5ZGNiMGU2YWJiYzM3MDg2N2RkYjVkOGQ3YzJhNjJiMjU1YzRiNDY0NTFl
10
- MmMwNmFjMWI3MDUyMGMyZWMyMzNjNTM3OGYzYTFlM2YwNDIxMWFmODJjNDY3
11
- YWIxNWNhNTA4MzhkNzk3ZDU3NzZiMzYxNWU3ODQwNTA2ZTc3MWY=
12
- data.tar.gz: !binary |-
13
- MzQ3NDk3ZmJhNzgzZDJjMDg5NTM2Zjk3ZTAxMDk2Y2QwYmM2MmM5NGJiYThl
14
- MjBjODQ1OGNiZTM1NmFkZjM2ODdhYThhYTcxMmNlMDY1MDI5NTA0NTFjMjI5
15
- YTE0NjNhNGI4OTQyZGE0Y2JmNDI3MWIyZmEwMTlmYmFiNmVmMDI=
2
+ SHA1:
3
+ metadata.gz: 93dbb9451355719486d01f72b2c1f591260621ea
4
+ data.tar.gz: 04efb43c33c195692ccf97b62538d18bbe6c6879
5
+ SHA512:
6
+ metadata.gz: 70e419e4ca1126c7f0c07f4863388190dbd158add638486b36a74e4636f039e03159c0b5ce34fd675e2cf88d9c1feee2b1be644df589ebc33fa93d99effb7cb9
7
+ data.tar.gz: 59a967b97886f0e00ac259b7748f0991f6e01828b20362b59108ff0ed94961ca455b86073bb0ac2f7109692d73b292685cd9bb1e195fac1dd7702a835962f772
@@ -7,7 +7,7 @@ module BoxView
7
7
  include BoxView::Api::Actions::Crudable
8
8
 
9
9
  def self.supported_filetypes
10
- [:pdf, :doc, :docx, :ppt, :pptx]
10
+ [:pdf, :doc, :docx, :ppt, :pptx, :xls, :xlsx, :txt, :py, :js, :xml, :html, :css, :md, :pl, :c, :m]
11
11
  end
12
12
 
13
13
  def self.supported_filetype?(filetype)
@@ -1,3 +1,3 @@
1
1
  module BoxView
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: box_view
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reilly Forshaw
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-10 00:00:00.000000000 Z
11
+ date: 2014-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: API client for Box View
@@ -59,7 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - .gitignore
62
+ - ".gitignore"
63
63
  - Gemfile
64
64
  - LICENSE.txt
65
65
  - README.md
@@ -100,17 +100,17 @@ require_paths:
100
100
  - lib
101
101
  required_ruby_version: !ruby/object:Gem::Requirement
102
102
  requirements:
103
- - - ! '>='
103
+ - - ">="
104
104
  - !ruby/object:Gem::Version
105
105
  version: '1.9'
106
106
  required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ! '>='
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.0.3
113
+ rubygems_version: 2.4.4
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: A ruby library to interact with Box View