Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
fixes of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Jun 16, 2013
1 parent 35922b9 commit 2c7e000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pulse-meter.rb
@@ -1 +1 @@
require 'pulse_meter_visuzlizer'
require 'pulse_meter_core'
1 change: 1 addition & 0 deletions lib/pulse-meter/visualizer.rb
@@ -0,0 +1 @@
require 'pulse_meter_visualizer'
3 changes: 1 addition & 2 deletions pulse-meter.gemspec
@@ -1,6 +1,4 @@
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/pulse-meter/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ["Ilya Averyanov", "Sergey Averyanov"]
gem.email = ["av@fun-box.ru", "averyanov@gmail.com"]
Expand All @@ -23,4 +21,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency('pulse-meter-visualizer')

gem.add_development_dependency('rake')
gem.add_development_dependency('foreman')
end

0 comments on commit 2c7e000

Please sign in to comment.