minotaur 0.0.1 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: ad01d217b06eea96666bcdcb4c434623ddba89a8
4
- data.tar.gz: 63a08ba1129822f290a17ef54d8b7fdf60734dd3
5
- SHA512:
6
- metadata.gz: c7609f266a84959df5f89dba25031fa2559c5e11dbadbebb05655a72ad9681cacaef329e4e3eded92666960b8d01bdfa4e7745984be85625b20b3cf60413c740
7
- data.tar.gz: b50ad432dfddfd09b7f0325f67f8eb22f794b99a740080558da0a7861b09bc8e10e86915b30dd199700e68d3191ef6c868cbc3d51371269f04e6e22dd0c36199
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MTViNmFlMjE4NDNjYTc5Njc1MzkzYjg2YmZkNzc1ZTZhZDZhNjZiZQ==
5
+ data.tar.gz: !binary |-
6
+ ZGFhY2M2OTJmM2U3ZDcyNGE0NjVlOGUyMzBkNzI0Y2JjMGI5NzQ0ZA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NDk2NWE4Nzc1Y2JjNjJhMWFkM2FhYjc1YmI2M2UxNTk1NmMzMWM3OTRlNzFj
10
+ YmQxNzQ2Zjk0MWU4ZWQwMjdlZDZmZDFkZGIxNGE0OWM5MzIxOGM3YjljNjk4
11
+ YmE5YjZiMmFmNzY5OTU1NWEyZjU0NjQzZTRiMzVhYWNmYmQwMzQ=
12
+ data.tar.gz: !binary |-
13
+ NDFiNmZlNGI1ZTU5MjdkYTg1NGI3ZDE4YTY0NzkxOGVlM2JkNjczM2E4MWQw
14
+ N2IxNmE1MmM5YzdkOThhYmRhY2EyOGRhNjJjMzFiYzUxMTNmZTkxMDAxNTE5
15
+ ZTAxYmZlYTJmODhmMzBiMjY3YmQ2ZmRjOTdmM2YyNmYyYTNiMWQ=
data/NEWS.md ADDED
@@ -0,0 +1,4 @@
1
+ v0.0.2
2
+ ------
3
+
4
+ * Remove Ruby 2.0.0 requirement
@@ -1,3 +1,3 @@
1
1
  module Minotaur
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -15,7 +15,6 @@ Gem::Specification.new do |spec|
15
15
  spec.summary = 'it might represent a minotaur'
16
16
  spec.homepage = 'https://github.com/calebthompson/minotaur'
17
17
  spec.license = 'MIT'
18
- spec.required_ruby_version = '>= 2.0.0'
19
18
 
20
19
  spec.files = `git ls-files`.split($/)
21
20
  spec.test_files = spec.files.grep(%r{^spec/})
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  require 'spec_helper'
2
3
 
3
4
  describe Minotaur::Document, 'preview_elements' do
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minotaur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Thompson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-09 00:00:00.000000000 Z
11
+ date: 2013-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :runtime
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: '0'
27
27
  - !ruby/object:Gem::Dependency
@@ -42,47 +42,46 @@ dependencies:
42
42
  name: rake
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
  - !ruby/object:Gem::Dependency
56
56
  name: pry
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ! '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - ! '>='
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - ! '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: |2
84
- If all the ways I have been along were marked on a map and joined up with a
85
- line, it might represent a minotaur.
83
+ description: ! " If all the ways I have been along were marked on a map and joined
84
+ up with a\n line, it might represent a minotaur.\n"
86
85
  email:
87
86
  - cjaysson@gmail.com
88
87
  executables: []
@@ -93,6 +92,7 @@ files:
93
92
  - CONTRIBUTING.md
94
93
  - Gemfile
95
94
  - LICENSE
95
+ - NEWS.md
96
96
  - README.md
97
97
  - Rakefile
98
98
  - lib/minotaur.rb
@@ -111,19 +111,19 @@ require_paths:
111
111
  - lib
112
112
  required_ruby_version: !ruby/object:Gem::Requirement
113
113
  requirements:
114
- - - '>='
114
+ - - ! '>='
115
115
  - !ruby/object:Gem::Version
116
- version: 2.0.0
116
+ version: '0'
117
117
  required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  requirements:
119
- - - '>='
119
+ - - ! '>='
120
120
  - !ruby/object:Gem::Version
121
121
  version: '0'
122
122
  requirements:
123
123
  - libxml2
124
124
  - libxslt
125
125
  rubyforge_project:
126
- rubygems_version: 2.0.0
126
+ rubygems_version: 2.0.3
127
127
  signing_key:
128
128
  specification_version: 4
129
129
  summary: it might represent a minotaur