bullhorn-rails 0.1.2 → 0.1.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/VERSION +1 -1
- data/bullhorn-rails.gemspec +2 -1
- data/lib/bullhorn/rails.rb +1 -0
- metadata +3 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.3
|
data/bullhorn-rails.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "bullhorn-rails"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Jack Thorsen"]
|
@@ -38,6 +38,7 @@ Gem::Specification.new do |s|
|
|
38
38
|
"lib/bullhorn/bullhorn/files.rb",
|
39
39
|
"lib/bullhorn/bullhorn/jobs.rb",
|
40
40
|
"lib/bullhorn/bullhorn/util.rb",
|
41
|
+
"lib/bullhorn/rails.rb",
|
41
42
|
"spec/bullhorn-rails_spec.rb",
|
42
43
|
"spec/spec_helper.rb"
|
43
44
|
]
|
@@ -0,0 +1 @@
|
|
1
|
+
require 'bullhorn/bullhorn.rb'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullhorn-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -120,6 +120,7 @@ files:
|
|
120
120
|
- lib/bullhorn/bullhorn/files.rb
|
121
121
|
- lib/bullhorn/bullhorn/jobs.rb
|
122
122
|
- lib/bullhorn/bullhorn/util.rb
|
123
|
+
- lib/bullhorn/rails.rb
|
123
124
|
- spec/bullhorn-rails_spec.rb
|
124
125
|
- spec/spec_helper.rb
|
125
126
|
homepage: http://github.com/jthorsen/bullhorn-rails
|
@@ -137,7 +138,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
137
138
|
version: '0'
|
138
139
|
segments:
|
139
140
|
- 0
|
140
|
-
hash:
|
141
|
+
hash: -4147013868937452255
|
141
142
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
142
143
|
none: false
|
143
144
|
requirements:
|