mathcha 0.5.0 → 0.5.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.
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ begin
12
12
  gemspec.homepage = "http://github.com/corywilkerson/mathcha"
13
13
  gemspec.authors = ["Cory Wilkerson"]
14
14
 
15
- gemspec.add_dependency('Linguistics', '> 1.0.5')
15
+ gemspec.add_dependency('Linguistics', '>= 1.0.5')
16
16
  end
17
17
  rescue LoadError
18
18
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{mathcha}
8
- s.version = "0.5.0"
8
+ s.version = "0.5.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Cory Wilkerson"]
@@ -35,6 +35,7 @@ Gem::Specification.new do |s|
35
35
  "pkg/mathcha-0.4.5.gem",
36
36
  "pkg/mathcha-0.4.6.gem",
37
37
  "pkg/mathcha-0.4.7.gem",
38
+ "pkg/mathcha-0.5.0.gem",
38
39
  "rails/init.rb",
39
40
  "tasks/mathcha_tasks.rake",
40
41
  "test/mathcha_test.rb",
@@ -56,11 +57,11 @@ Gem::Specification.new do |s|
56
57
  s.specification_version = 3
57
58
 
58
59
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
59
- s.add_runtime_dependency(%q<Linguistics>, ["> 1.0.5"])
60
+ s.add_runtime_dependency(%q<Linguistics>, [">= 1.0.5"])
60
61
  else
61
- s.add_dependency(%q<Linguistics>, ["> 1.0.5"])
62
+ s.add_dependency(%q<Linguistics>, [">= 1.0.5"])
62
63
  end
63
64
  else
64
- s.add_dependency(%q<Linguistics>, ["> 1.0.5"])
65
+ s.add_dependency(%q<Linguistics>, [">= 1.0.5"])
65
66
  end
66
67
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mathcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory Wilkerson
@@ -18,7 +18,7 @@ dependencies:
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - ">"
21
+ - - ">="
22
22
  - !ruby/object:Gem::Version
23
23
  version: 1.0.5
24
24
  version:
@@ -50,6 +50,7 @@ files:
50
50
  - pkg/mathcha-0.4.5.gem
51
51
  - pkg/mathcha-0.4.6.gem
52
52
  - pkg/mathcha-0.4.7.gem
53
+ - pkg/mathcha-0.5.0.gem
53
54
  - rails/init.rb
54
55
  - tasks/mathcha_tasks.rake
55
56
  - test/mathcha_test.rb