obelisk 0.2.1 → 0.2.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/lib/obelisk/version.rb +1 -1
  3. metadata +1 -5
  4. data/bin/bundler +0 -16
  5. data/bin/rake +0 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18e420a4fdaa33cb7ae3a0178d90260005be6071
4
- data.tar.gz: 6a8bcb0b9c5a5bea95f983f5465616ecf662038d
3
+ metadata.gz: aaacdcac68a150e3fb2a04a2801da22c3af3c7be
4
+ data.tar.gz: 676f70d28fdf091a0e3574b3d84bf791efcecf13
5
5
  SHA512:
6
- metadata.gz: afa63bdd1d323ebb87491a61d3ca046c092365e318b1be6c4fb483714a084605389d9cee98f7458d017947e0fa33db1143f4e9bd73c36c5733d0b6a3a28731c9
7
- data.tar.gz: 7634d667b0a77d38bdd7476646647b6101647794facb8ca48a09360254b74691241a1c39b0593c684fd6deac3e5f3746df46b4fc546004bb2164a24f243044e7
6
+ metadata.gz: 25975e51edca548261d44599070d81404f863ad234ed63cadc3a567dc9cad1b0101b9072dcf0e29beb920151cf919eaf823424ca67a87df951f2571132d3ac61
7
+ data.tar.gz: 01f2b6790cd4e3804b87fdc8c51ac5d9bc98313155cfde5850409395fdbc2d6d16d10c8d9a588ec99dbb523582bfadaa24018b131928153f56e7daeb97bcb174
@@ -1,3 +1,3 @@
1
1
  module Obelisk
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
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.1
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')