mime_type_list 0.0.9 → 0.0.10

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
2
  SHA1:
3
- metadata.gz: 8faf76040988250418d79b583fa8b846df246495
4
- data.tar.gz: a9bc660c563e4204175b942539cef55c38204a11
3
+ metadata.gz: 7c6a32e3891d2b2d779ffef78f38de8feae08d41
4
+ data.tar.gz: 53a33c9082ee3c62e828d312495e8c561ffcbdb0
5
5
  SHA512:
6
- metadata.gz: 43eb6e5a73628f9c2d4a391016f93eea294941f2319b6d2acbc05e98e27d909470a49444716352b56aec9410dd1905c218834254c60421d70e1ec60beb1e167f
7
- data.tar.gz: 415f6e5427c863d05321f4b7cb00d6f555870c124338b977d730316cc95755e26c173995f8cfeb0668444072413cea5dda96c05df9af70f9de6dde26ac8cdc5c
6
+ metadata.gz: 5eec9e146f9285102c38cb738823b4aef1c8c1338f3c6077584c7d919c877a9f2aacded92d1bcaf938d0e4766a4f1ca82e8fb939c634ed11ca5376544beb7bfd
7
+ data.tar.gz: 50fd139362d971117c350deac9c5a019ec9810972eacd888ffb328eff229ef41b4d51abce16c3821f4853dc290ef75cc60daa3b67ed632259132387299095224
data/README.md CHANGED
@@ -18,12 +18,12 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ To build:
22
22
 
23
- ## Contributing
23
+ gem build mime_type_list.gemspec
24
24
 
25
- 1. Fork it
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
25
+ To publish:
26
+
27
+ Ensure that you bump the version if you make changes!!
28
+
29
+ gem push mime_type_list-0.0.9.gem
@@ -1,3 +1,3 @@
1
1
  module MimeTypeList
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
@@ -79,7 +79,6 @@ module MimeTypeList
79
79
  video/x-dv
80
80
  video/x-flv
81
81
  video/x-la-asf
82
- video/x-m4v
83
82
  video/x-matroska
84
83
  video/x-motion-jpeg
85
84
  video/x-ms-asf
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mime_type_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thinkific
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-22 00:00:00.000000000 Z
11
+ date: 2016-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mime-types