cinebase 1.0.0 → 1.0.1
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 +4 -4
- data/.travis.yml +3 -2
- data/CHANGELOG.md +11 -0
- data/lib/cinebase/title_sanitizer.rb +1 -1
- data/lib/cinebase/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a4bc0e2e8bc577db2b13fcb1984ccb7ca84a4c9
|
|
4
|
+
data.tar.gz: 9046beadea156ef9eb1461bdab17158e647dae3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 656a6a16b184df0e9c135c9ff05bccac66a858a87495409eb60dd9506b8b9693673057fc3fb1e60a1f27bb371cf48762fcae81933992de1d198237379b51a821
|
|
7
|
+
data.tar.gz: 2149aa5e55a576437df5db442eb56adc0d09fd68b244e0e35abd11723a90b50b82b9d9e3c683457ac6c230cf1da9b42356896e53602ea6a1928d69dc5d06a532
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
All notable changes to this project will be documented in this file.
|
|
3
|
+
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4
|
+
|
|
5
|
+
## [1.0.1]
|
|
6
|
+
### Fixed
|
|
7
|
+
- Implementation of TitleSanitizer no longer creates anonymous `Struct`
|
|
8
|
+
|
|
9
|
+
## [1.0.0] - 2015-05-30
|
|
10
|
+
### Added
|
|
11
|
+
- Initial Release
|
data/lib/cinebase/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cinebase
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andy Croll
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -76,6 +76,7 @@ extra_rdoc_files: []
|
|
|
76
76
|
files:
|
|
77
77
|
- ".gitignore"
|
|
78
78
|
- ".travis.yml"
|
|
79
|
+
- CHANGELOG.md
|
|
79
80
|
- CODE_OF_CONDUCT.md
|
|
80
81
|
- Gemfile
|
|
81
82
|
- LICENSE.txt
|
|
@@ -109,9 +110,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
109
110
|
version: '0'
|
|
110
111
|
requirements: []
|
|
111
112
|
rubyforge_project:
|
|
112
|
-
rubygems_version: 2.
|
|
113
|
+
rubygems_version: 2.5.1
|
|
113
114
|
signing_key:
|
|
114
115
|
specification_version: 4
|
|
115
116
|
summary: A base for cinema parsers to maintain a regular interface.
|
|
116
117
|
test_files: []
|
|
117
|
-
has_rdoc:
|