bizwizard 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ README.rdoc
2
+ Rakefile
3
+ lib/bizwizard.rb
4
+ Manifest
@@ -0,0 +1,5 @@
1
+ = wizbizard
2
+
3
+ Rails gem for generating a unique token in an Active Record model.
4
+
5
+ (rest of file omitted).
@@ -0,0 +1,14 @@
1
+ require 'rubygems'
2
+ require 'rake'
3
+ require 'echoe'
4
+
5
+ Echoe.new('bizwizard', '0.1.0') do |p|
6
+ p.description = "bizwizard sms api integration"
7
+ p.url = "https://github.com/MoeGenius/smsForReto"
8
+ p.author = "Surendra"
9
+ p.email = "softgetix@gmail.com"
10
+ p.ignore_pattern = ["tmp/*", "script/*"]
11
+ p.development_dependencies = []
12
+ end
13
+
14
+ Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }
@@ -0,0 +1,29 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = "bizwizard"
5
+ s.version = "0.1.0"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Surendra"]
9
+ s.date = "2013-10-25"
10
+ s.description = "bizwizard sms api integration"
11
+ s.email = "softgetix@gmail.com"
12
+ s.extra_rdoc_files = ["README.rdoc", "lib/bizwizard.rb"]
13
+ s.files = ["README.rdoc", "Rakefile", "lib/bizwizard.rb", "Manifest", "bizwizard.gemspec"]
14
+ s.homepage = "https://github.com/MoeGenius/smsForReto"
15
+ s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Bizwizard", "--main", "README.rdoc"]
16
+ s.require_paths = ["lib"]
17
+ s.rubyforge_project = "bizwizard"
18
+ s.rubygems_version = "1.8.25"
19
+ s.summary = "bizwizard sms api integration"
20
+
21
+ if s.respond_to? :specification_version then
22
+ s.specification_version = 3
23
+
24
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
25
+ else
26
+ end
27
+ else
28
+ end
29
+ end
@@ -0,0 +1,3 @@
1
+ module Bizwizard
2
+
3
+ end
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bizwizard
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Surendra
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-10-25 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: bizwizard sms api integration
15
+ email: softgetix@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files:
19
+ - README.rdoc
20
+ - lib/bizwizard.rb
21
+ files:
22
+ - README.rdoc
23
+ - Rakefile
24
+ - lib/bizwizard.rb
25
+ - Manifest
26
+ - bizwizard.gemspec
27
+ homepage: https://github.com/MoeGenius/smsForReto
28
+ licenses: []
29
+ post_install_message:
30
+ rdoc_options:
31
+ - --line-numbers
32
+ - --inline-source
33
+ - --title
34
+ - Bizwizard
35
+ - --main
36
+ - README.rdoc
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ none: false
47
+ requirements:
48
+ - - ! '>='
49
+ - !ruby/object:Gem::Version
50
+ version: '1.2'
51
+ requirements: []
52
+ rubyforge_project: bizwizard
53
+ rubygems_version: 1.8.25
54
+ signing_key:
55
+ specification_version: 3
56
+ summary: bizwizard sms api integration
57
+ test_files: []