blm 1.0.1 → 1.0.3
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.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/blm.gemspec +3 -3
- metadata +4 -3
data/Rakefile
CHANGED
|
@@ -12,12 +12,12 @@ require 'rake'
|
|
|
12
12
|
require 'jeweler'
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
|
14
14
|
gem.name = "blm"
|
|
15
|
-
gem.homepage = "http://github.com/
|
|
15
|
+
gem.homepage = "http://github.com/corewebdesign/blm"
|
|
16
16
|
gem.license = "MIT"
|
|
17
17
|
gem.summary = %Q{A parser for the Rightmove .blm format}
|
|
18
18
|
gem.description = %Q{Hurrah! Another pointless text format to parse.}
|
|
19
19
|
gem.email = "robotmay@gmail.com"
|
|
20
|
-
gem.authors = ["Robert May"]
|
|
20
|
+
gem.authors = ["Core", "Robert May"]
|
|
21
21
|
gem.files.exclude "spec"
|
|
22
22
|
end
|
|
23
23
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.3
|
data/blm.gemspec
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "blm"
|
|
8
|
-
s.version = "1.0.
|
|
8
|
+
s.version = "1.0.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["Robert May"]
|
|
11
|
+
s.authors = ["Core", "Robert May"]
|
|
12
12
|
s.date = "2012-05-02"
|
|
13
13
|
s.description = "Hurrah! Another pointless text format to parse."
|
|
14
14
|
s.email = "robotmay@gmail.com"
|
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
|
|
|
31
31
|
"spec/blm_spec.rb",
|
|
32
32
|
"spec/spec_helper.rb"
|
|
33
33
|
]
|
|
34
|
-
s.homepage = "http://github.com/
|
|
34
|
+
s.homepage = "http://github.com/corewebdesign/blm"
|
|
35
35
|
s.licenses = ["MIT"]
|
|
36
36
|
s.require_paths = ["lib"]
|
|
37
37
|
s.rubygems_version = "1.8.24"
|
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
+
- Core
|
|
8
9
|
- Robert May
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
@@ -96,7 +97,7 @@ files:
|
|
|
96
97
|
- spec/blm/example_data.blm
|
|
97
98
|
- spec/blm_spec.rb
|
|
98
99
|
- spec/spec_helper.rb
|
|
99
|
-
homepage: http://github.com/
|
|
100
|
+
homepage: http://github.com/corewebdesign/blm
|
|
100
101
|
licenses:
|
|
101
102
|
- MIT
|
|
102
103
|
post_install_message:
|
|
@@ -111,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
111
112
|
version: '0'
|
|
112
113
|
segments:
|
|
113
114
|
- 0
|
|
114
|
-
hash:
|
|
115
|
+
hash: 4401930827373218562
|
|
115
116
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
117
|
none: false
|
|
117
118
|
requirements:
|