jstewart-integrity-yammer 1.0.0 → 1.0.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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{integrity-yammer}
5
- s.version = "1.0.0"
5
+ s.version = "1.0.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Jason Stewart"]
@@ -1,3 +1,3 @@
1
1
  %p.normal
2
- %label{ :for => "integrity_yammer_notify_oauth_yml" } Consumer Key
2
+ %label{ :for => "integrity_yammer_notify_oauth_yml" } Oauth Yaml File
3
3
  %input.text#integrity_yammer_notify_oauth_yml{ :name => "notifiers[Yammer][oauth_yml]", :value => config["oauth_yml"] || "yammer_oauth.yml", :type => "text" }
@@ -30,7 +30,7 @@ describe Integrity::Notifier::Yammer do
30
30
  end
31
31
 
32
32
  describe "generating a form for configuration" do
33
- describe "with a field for the consumer key" do
33
+ describe "with a field for the oauth yaml file" do
34
34
  it "should have the proper name, id and label" do
35
35
  the_form.should have_textfield("integrity_yammer_notify_oauth_yml").named("notifiers[Yammer][oauth_yml]").with_label("Oauth Yaml File").with_value("yammer_oauth.yml")
36
36
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jstewart-integrity-yammer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Stewart