ruby-ogginfo 0.7.1 → 0.7.2

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/History.txt +4 -0
  3. data/README.txt +1 -1
  4. data/lib/ogginfo.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 597313a65df0cab1b71f418978be2405363d0ff4
4
- data.tar.gz: 027cab310a968c60256a458605f6893be1b8038c
3
+ metadata.gz: 16241542c91cd097a74dcf56a318f6684a537906
4
+ data.tar.gz: c2fb68f70aade8fdb9dde8f92c8d70370c20dcb7
5
5
  SHA512:
6
- metadata.gz: 1e7d268b705424c88e65b072dcb5612dda161658bc649854511ab1613195a29370112de18436cc39eaeca65c0662503b188fd656227ce4220d10d8cc20cac51e
7
- data.tar.gz: 81cd865c909300b5c9a8b288c648e8573a0f9de708e1b7fafa33d13dbe928bb77759f194924a6932531bf385ddeefeef38697c88df8278c9e975092c3c42f8ab
6
+ metadata.gz: 8cc68c5a42a8883ba2574e17a685251185afae4871593846be99c87b47566d306ff959ff17e710d99348323dd6999f5f53dd7757bbafbbaacfea82babb3f8da9
7
+ data.tar.gz: e4d89c38a6efb5a808c0acf0075f438fa85fc83b2a95f8f1950662b0b51a0a8aa86feef54716db1d8e3510ec851658442c629bcde15410e88c2639374634d14a
@@ -1,3 +1,7 @@
1
+ === 0.7.2 / 2013-11-20
2
+
3
+ * set licence to GPL
4
+
1
5
  === 0.7.1 / 2013-10-27
2
6
 
3
7
  * fixed UTF-8 bug
data/README.txt CHANGED
@@ -33,4 +33,4 @@ sudo gem install ruby-ogginfo
33
33
 
34
34
  == LICENSE:
35
35
 
36
- Ruby
36
+ GPL v3
@@ -25,7 +25,7 @@ end
25
25
  class OggInfoError < StandardError ; end
26
26
 
27
27
  class OggInfo
28
- VERSION = "0.7.1"
28
+ VERSION = "0.7.2"
29
29
  extend Forwardable
30
30
  include Ogg
31
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-ogginfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillaume Pierronnet
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-27 00:00:00.000000000 Z
12
+ date: 2013-11-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rdoc