neon_crm 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # NeonCrm
2
2
 
3
- Provides login and create account by [NeonCRM](www.z2systems.com) API
3
+ Provides login and create account by [NeonCRM](http://www.z2systems.com) API
4
4
 
5
5
  ## Installation
6
6
 
@@ -39,7 +39,7 @@ NeonCrm.create_account("first_name" => user.first_name, "last_name" => user.last
39
39
  ```
40
40
  ## Contributing
41
41
 
42
- 1. Fork it ( http://github.com/<my-github-username>/neon_crm/fork )
42
+ 1. Fork it ( http://github.com/ZuevEvgenii/neon_crm/fork )
43
43
  2. Create your feature branch (`git checkout -b my-new-feature`)
44
44
  3. Commit your changes (`git commit -am 'Add some feature'`)
45
45
  4. Push to the branch (`git push origin my-new-feature`)
@@ -47,4 +47,4 @@ NeonCrm.create_account("first_name" => user.first_name, "last_name" => user.last
47
47
 
48
48
  ## Say Thank You
49
49
 
50
- If you want to say thank you, please support the petition to designate [25june](25june.org/en/signatures/new) as Vitiligo World Day and save millions of people worldwide from social isolation and persecution.
50
+ If you want to say thank you, please support the petition to designate [25june](http://25june.org/en/signatures/new) as Vitiligo World Day and save millions of people worldwide from social isolation and persecution.
@@ -4,7 +4,7 @@ module NeonCrm
4
4
  source_root File.expand_path("../templates", __FILE__)
5
5
 
6
6
  def copy_networks
7
- template "networks.yml", "config/#{file_name}.yml"
7
+ template "networks.yml", "config/networks.yml"
8
8
  end
9
9
  end
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module NeonCrm
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neon_crm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: