obelisk 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/obelisk/version.rb +1 -1
- metadata +1 -5
- data/bin/bundler +0 -16
- data/bin/rake +0 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aaacdcac68a150e3fb2a04a2801da22c3af3c7be
|
4
|
+
data.tar.gz: 676f70d28fdf091a0e3574b3d84bf791efcecf13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25975e51edca548261d44599070d81404f863ad234ed63cadc3a567dc9cad1b0101b9072dcf0e29beb920151cf919eaf823424ca67a87df951f2571132d3ac61
|
7
|
+
data.tar.gz: 01f2b6790cd4e3804b87fdc8c51ac5d9bc98313155cfde5850409395fdbc2d6d16d10c8d9a588ec99dbb523582bfadaa24018b131928153f56e7daeb97bcb174
|
data/lib/obelisk/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: obelisk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- goredar
|
@@ -70,9 +70,7 @@ description: Generate Asterisk configs and provides integration of Rails app
|
|
70
70
|
email:
|
71
71
|
- goredar@gmail.com
|
72
72
|
executables:
|
73
|
-
- bundler
|
74
73
|
- obelisk_cli
|
75
|
-
- rake
|
76
74
|
extensions: []
|
77
75
|
extra_rdoc_files: []
|
78
76
|
files:
|
@@ -81,9 +79,7 @@ files:
|
|
81
79
|
- LICENSE.txt
|
82
80
|
- README.md
|
83
81
|
- Rakefile
|
84
|
-
- bin/bundler
|
85
82
|
- bin/obelisk_cli
|
86
|
-
- bin/rake
|
87
83
|
- erb/extensions.ad.erb
|
88
84
|
- erb/sip.ad.erb
|
89
85
|
- lib/obelisk.rb
|
data/bin/bundler
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'bundler' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'pathname'
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('bundler', 'bundler')
|
data/bin/rake
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'rake' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'pathname'
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('rake', 'rake')
|