simply_stated 0.0.4 → 0.0.5

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 (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/simply_stated.gemspec +4 -4
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ begin
12
12
  gem.authors = ["Jacob Rothstein"]
13
13
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
14
14
  gem.add_dependency 'freighthopper', '>= 0.1.3'
15
- gem.add_dependency 'active_record'
15
+ gem.add_dependency 'activerecord'
16
16
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
17
17
  end
18
18
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{simply_stated}
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jacob Rothstein"]
@@ -947,16 +947,16 @@ Gem::Specification.new do |s|
947
947
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
948
948
  s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
949
949
  s.add_runtime_dependency(%q<freighthopper>, [">= 0.1.3"])
950
- s.add_runtime_dependency(%q<active_record>, [">= 0"])
950
+ s.add_runtime_dependency(%q<activerecord>, [">= 0"])
951
951
  else
952
952
  s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
953
953
  s.add_dependency(%q<freighthopper>, [">= 0.1.3"])
954
- s.add_dependency(%q<active_record>, [">= 0"])
954
+ s.add_dependency(%q<activerecord>, [">= 0"])
955
955
  end
956
956
  else
957
957
  s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
958
958
  s.add_dependency(%q<freighthopper>, [">= 0.1.3"])
959
- s.add_dependency(%q<active_record>, [">= 0"])
959
+ s.add_dependency(%q<activerecord>, [">= 0"])
960
960
  end
961
961
  end
962
962
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simply_stated
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Rothstein
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: 0.1.3
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
- name: active_record
36
+ name: activerecord
37
37
  type: :runtime
38
38
  version_requirement:
39
39
  version_requirements: !ruby/object:Gem::Requirement