lib/ruby-client.rb in ruby-client-1.1.6 vs lib/ruby-client.rb in ruby-client-1.2.0
- old
+ new
@@ -13,10 +13,10 @@
See the License for the specific language governing permissions and
limitations under the License.
=end
require_relative "nimiq/version"
-require_relative "rpcclient"
+require_relative "rpc"
require_relative "api"
require "json"
module Nimiq
class Error < StandardError; end # :nodoc: all