mscrmrails 0.0.1 → 0.0.2

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/README.md CHANGED
@@ -20,8 +20,6 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- config/initializers/mscrm.rb
24
-
25
23
  Mscrmrails.configure do |c|
26
24
  c.server = 'crm.example.com'
27
25
  c.username = 'username'
@@ -1,3 +1,3 @@
1
1
  module Mscrmrails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/mscrmrails.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["bweber@spinuplabs.com"]
11
11
  spec.summary = 'MSCRM 3.0 Connection'
12
12
  spec.description = 'Gem that makes it easier to connect a rails application to a mscrm 3.0 installation.'
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/redsparklabs/mscrmrails"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mscrmrails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -123,7 +123,7 @@ files:
123
123
  - lib/mscrmrails.rb
124
124
  - lib/mscrmrails/version.rb
125
125
  - mscrmrails.gemspec
126
- homepage: ''
126
+ homepage: https://github.com/redsparklabs/mscrmrails
127
127
  licenses:
128
128
  - MIT
129
129
  post_install_message: